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
; console;console;console;
License
MIT.