react-native-version-update

0.3.0 • Public • Published

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"
}

/react-native-version-update/

    Package Sidebar

    Install

    npm i react-native-version-update

    Weekly Downloads

    26

    Version

    0.3.0

    License

    ISC

    Unpacked Size

    20.1 kB

    Total Files

    18

    Last publish

    Collaborators

    • lucas.monteiro