I am using react native, have a service inject config build.gradle file:
manifestPlaceholders = [
APPKEY: "xx",
CHANNEL: "xxx"
]
I am planing to have two configs, one is for dev and another or production.
How to do it?
I am using react native, have a service inject config build.gradle file:
manifestPlaceholders = [
APPKEY: "xx",
CHANNEL: "xxx"
]
I am planing to have two configs, one is for dev and another or production.
How to do it?