We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5e975a + 882ea14 commit 0247363Copy full SHA for 0247363
1 file changed
README.md
@@ -2,7 +2,14 @@
2
# react-native-version-number
3
<img src="https://travis-ci.org/APSL/react-native-version-number.svg?branch=master" />
4
5
-Returns the `CFBundleShortVersionString` and the `CFBundleVersion`. For Android, returns the `versionCode` and `versionName`.
+Returns the `CFBundleShortVersionString` and the `CFBundleVersion`. For Android, returns the `versionName` and `versionCode`.
6
+
7
8
+| | iOS | Android | Example |
9
+| --- | --- | --- | --- |
10
+| appVersion | `CFBundleShortVersionString` | `versionName` | `1.0.2` |
11
+| buildVersion | `CFBundleVersion` | `versionCode` | `42` |
12
13
14
## Getting started
15
0 commit comments