react-native-version-number-nevo

0.3.2 • Public • Published

react-native-version-number

Returns the CFBundleShortVersionString and the CFBundleVersion and bundleIdentifier on IOS. For Android, returns the versionName, versionCode and applicationId.

iOS Android Example
appVersion CFBundleShortVersionString versionName 1.0.2
buildVersion CFBundleVersion versionCode 42
bundleIdentifier bundleIdentifier applicationId com.foo.bar.MyApp

Getting started

Install the package

$ yarn add react-native-version-number

Link

$ react-native link

Usage

import VersionNumber from 'react-native-version-number';
 
console.log(VersionNumber.appVersion);
console.log(VersionNumber.buildVersion);
console.log(VersionNumber.bundleIdentifier);
 

License

MIT.

Package Sidebar

Install

npm i react-native-version-number-nevo

Weekly Downloads

3

Version

0.3.2

License

MIT

Unpacked Size

23.3 kB

Total Files

13

Last publish

Collaborators

  • nevolee