react-native-app-info
react-native-app-info copied to clipboard
get ap verion from NSBundle
How do you get this to link and run with Android? I get a red box error: > TypeError: undefined is not an object (evaluating 'RNAppInfo.version') I can only get...
I'm getting this error in Android. It works fine in iOS ``` Cannot read property 'version' of undefined Object.getInfoVersion index.js:8 constants.js:17 loadModuleImplementation require.js:122 guardedLoadModule require.js:65 _require require.js:49 icon.js:4 loadModuleImplementation require.js:122...
Basically, the build fails because of the RCTBridge.h include in this file. Failure report points to RCTBridgeModule.h being included more than once. It's also included in RCTBridge.h.