Update π€ Android and π iOS apps versions from the command line.
Opening the Android Studio
and Xcode
apps every time you want to update the app version is a pain. This is why I
created this tool.
react-native-up
is a simple command line tool that updates the app versions in both iOS
and Android
projects.
npx react-native-up
This tool using regular expressions to update
build.gradle
andproject.pbxproj
files. This tool may not work if you have made significant changes to these file structures.
Option | Description |
---|---|
-a , --android |
Update π€ Android app version |
-i , --ios |
Update π iOS app version |
-b , --both |
Update both π€ Android and π iOS apps versions |