maxkomarychev / react-native-ultimate-config

Config that works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Injecting values in main/assests/appcenter-config.json on Android

vladamx opened this issue · comments

Is it possible to inject values from env file in arbitrary files like main/assests/appcenter-config.json on Android?

Thanks.

Hi,

it is not possible to inject values into such files by default but you can use hooks and copy prepared plist files from to your project. An example of how hooks can be used is located here.