0.3.0 • Published 2 years ago

react-native-version-update v0.3.0

Weekly downloads
7
License
ISC
Repository
github
Last release
2 years ago

React Native Version Update

npm version npm downloads Publish Package
NPM

This project works together with Version Builder and changes the files of the Android and iOS.

Requirements

  • React Native project

Setup

npm install --save react-native-version-update

Inside package.json

"scripts": {
    ...
    "version": "version-update"
}

Parameters

Builder

Passing --builder, on start it returns the value of the request and adds in the package.json of the project with React Native the attribute buildNumber.

Date

Passing --date adds in the package.json of the project with React Native the attribute buildDate.

Examples

"scripts": {
    ...
    "version": "version-update --builder=example-app"
}
"scripts": {
    ...
    "version": "version-update --date --builder=example-app"
}
0.3.0

2 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.3

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago