Skip to content

abudel/react-native-version-number

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-version-number

Returns the CFBundleShortVersionString and the CFBundleVersion. For Android, returns the versionCode and versionName.

Getting started

$ npm install react-native-version-number --save

Mostly automatic installation

$ react-native link react-native-version-number

Usage

import VersionNumber from 'react-native-version-number';

console.log(VersionNumber.appVersion);
console.log(VersionNumber.buildVersion);

License

MIT.

About

Gets the version number and build number of your app.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 73.3%
  • Objective-C 16.3%
  • JavaScript 10.4%