Skip to content

Commit 0247363

Browse files
authored
Merge pull request #3 from sbycrosz/master
Add table
2 parents a5e975a + 882ea14 commit 0247363

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
# react-native-version-number
33
<img src="https://travis-ci.org/APSL/react-native-version-number.svg?branch=master" />
44

5-
Returns the `CFBundleShortVersionString` and the `CFBundleVersion`. For Android, returns the `versionCode` and `versionName`.
5+
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+
613

714
## Getting started
815

0 commit comments

Comments
 (0)