Skip to content

yamankatby/react-native-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

react-native-up

Update πŸ€– Android and 🍎 iOS apps versions from the command line.

asciicast

Why? πŸ€”

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.

πŸš€ Usage

npx react-native-up

This tool using regular expressions to update build.gradle and project.pbxproj files. This tool may not work if you have made significant changes to these file structures.

πŸ”§οΈ Options

Option Description
-a, --android Update πŸ€– Android app version
-i, --ios Update 🍎 iOS app version
-b, --both Update both πŸ€– Android and 🍎 iOS apps versions

About

Update πŸ€– Android and 🍎 iOS apps versions from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published