create-react-native-app中的每个环境配置

时间:2018-09-19 23:37:39

标签: react-native create-react-native-app react-native-config

我有一个使用create-react-native-app创建的应用。我正在尝试使用react-native-config来管理开发人员和生产人员之间不同的配置变量。

这需要执行以下步骤,具体取决于Xcode。有什么方法可以不退出我的项目吗?

Go to your project -> Build Settings -> All 
* Set Preprocess Info.plist File to Yes
* Set Info.plist Preprocessor Prefix File to ${BUILD_DIR}/GeneratedInfoPlistDotEnv.h
* Set Info.plist Other Preprocessor Flags to -traditional

0 个答案:

没有答案