It is very annoying to change build version of my React Native (not Expo) application every time I build it.
It needs to be changed in at leats 4 places at moment:
- /android/app/build.gradle
- /ios/projectname/Info.plist
- package.json
- My config file (But I think I can handle this by loading it from package.json)
Is there any way to automatize this? For example every place gets updates when package.json version changes?