0.1.1 • Published 4 years ago

rnbv v0.1.1

Weekly downloads
31
License
MIT
Repository
github
Last release
4 years ago

npm version

react-native-bump-version (rnbv)

Bump version in both Android / iOS project

image

Install

npm install --save-dev rnbv

Or if you use Yarn:

yarn add -D rnbv

Usage

CLI Usage

Run rnbv and answer prompts.

Script Usage

const { getAndroidVersion, getIOSVersion } = require('rnbv')

getAndroidVersion() // => e.g.) 1.0.2

Configuration

You 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',
}
0.1.0

4 years ago

0.1.1

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago