react-native-app-info
react-native-app-info copied to clipboard
Does not link and run with Android ?
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 this to link with iOS? Does anyone have a newer fork?
react-native init AndroidAppInfo
cd AndroidAppInfo
yarn add react-native-app-info
react-native link react-native-app-info
rnpm-install info Linking react-native-app-info ios dependency
rnpm-install info iOS module react-native-app-info has been successfully linked
react-native run-android
```
Works great on iOS. Thank you for sharing.
