Bump version in both Android / iOS project
npm install --save-dev rnbv
Or if you use Yarn:
yarn add -D rnbv
CLI Usage
Run rnbv and answer prompts.
Script Usage
const { getAndroidVersion, getIOSVersion } = require('rnbv')
getAndroidVersion() // => e.g.) 1.0.2You can specify path to build files. The following is the default config:
// rnbv.config.js
module.exports = {
androidPath: './android/app/build.gradle',
iosPath: './ios/MyApp/Info.plist',
}