1.2.0 • Published 3 years ago

react-native-build-number v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-build-number

A simple way to automatically increase a build number (version) for React Native !

  • Every time you run "npm start" the build number will increase !

Install

npm i react-native-build-number

or

yarn add react-native-build-number

Setup

In your app.json file add (below displayName):

"build": 1,

In your package.json file, in scripts change "start" with:

"start": "react-native-build-number && react-native start",

Read build number

import appJson from './your-path/app.json';
console.log(appJson.build)
1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago