react-native-env
react-native-env copied to clipboard
Access environment variables from React Native
Root of the app? In the `node_modules/react-native-env/RNEnvironmentManagerIOS` folder? Readme doesn't answer this.
will need to release 1.0.0 to not break existing users builds Edit: added environment.json support
I worked around the issue but it might be good to document it somewhere. When using the separate environment build instructions linked here, the resulting build config is incompatible with...
Using React Native 0.14.0, I get the following error: ``` 2015-11-06 16:37:34.882 [error][tid:main][RCTBatchedBridge.m:436] Error while loading: Unable to resolve module NativeModules from /Users/nbrown/Source//react-native/node_modules/react-native-env/index.js: Invalid directory /Users/node_modules/NativeModules ``` Does this library...