From a5e975a51a6b5d47944becacc778cfa66630529a Mon Sep 17 00:00:00 2001 From: alvaromb Date: Fri, 2 Sep 2016 15:19:38 +0200 Subject: [PATCH] =?UTF-8?q?Android=20release=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +----------- package.json | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f69a700..8a7b0ff 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # react-native-version-number -Returns the `CFBundleShortVersionString` and the `CFBundleVersion`. Android version is under development. +Returns the `CFBundleShortVersionString` and the `CFBundleVersion`. For Android, returns the `versionCode` and `versionName`. ## Getting started @@ -12,16 +12,6 @@ Returns the `CFBundleShortVersionString` and the `CFBundleVersion`. Android vers `$ react-native link react-native-version-number` -### Manual installation - -#### iOS - -1. In Xcode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]` -2. Go to `node_modules` ➜ `react-native-version-number` and add `RNVersionNumber.xcodeproj` -3. In Xcode, in the project navigator, select your project. Add `libRNVersionNumber.a` to your project's `Build Phases` ➜ `Link Binary With Libraries` -4. Run your project (`Cmd+R`)< - - ## Usage ```javascript import VersionNumber from 'react-native-version-number'; diff --git a/package.json b/package.json index 390d794..e1f420f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-version-number", - "version": "0.1.0", + "version": "0.1.1", "description": "", "main": "index.js", "scripts": {