react-native-mo-versioning
v0.1.20
Published
react-native automatically set ios and android version by package.json
Downloads
12
Readme
react-native-mo-versioning
Automatically set IOS and Android version numbers for your project.
Installation
Install just like your ordinary react-native module.
Notes
For IOS there is a custom build script phase defined via react-native.config.js that updates the project's
Info.plist file with the current version number.
For Android you either have to manually trigger the linking script:
node node_modules/react-native-mo-versioning/link.js linkor edit the android/app/build.gradle and add the following line at the end:
apply from: "../../node_modules/react-native-mo-versioning/gradle-set-version.gradle"