react-native-update-version-shell
v1.1.0
Published
This small project is equipped with a handy bash script that automates the version update process for your React Native app. The script takes care of updating the version in various files, ensuring a smooth workflow for developers
Downloads
3
Maintainers
Readme
react-native-update-version-shell
Description
This project is equipped with a handy bash script that automates the version update process for your React Native
app.
The script will automatically update the version in App's package.json
, Android's build.gradle
,
iOS's Info.plist
and project.pbxproj
.
Usage
To use the script, follow these steps:
- Ensure that your
package.json
contains the "name" field. - Make the script executable by running the following command:
chmod +x update_version.sh
react-native-update-version-shell 1.2.3