From c4ad98aaabbc29ceedb376bf796f37f914751e4d Mon Sep 17 00:00:00 2001 From: shilei Date: Thu, 5 Apr 2018 10:24:30 +0200 Subject: [PATCH] Update readme to make it more clear for most users most users are using React-Native >= 0.29, so we'd better to explain the install step first for those users --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c253b..40b6b7a 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,10 @@ Integrates [I18n.js](https://github.com/fnando/i18n-js) with React Native. Uses After installing the npm package you need to link the native modules. -If you're using React-Native < 0.29, install [rnpm](https://github.com/rnpm/rnpm) with the command `npm install -g rnpm` and then link the library with the command `rnpm link`. If you're using React-Native >= 0.29 just link the library with the command `react-native link`. +If you're using React-Native < 0.29, install [rnpm](https://github.com/rnpm/rnpm) with the command `npm install -g rnpm` and then link the library with the command `rnpm link`. + If you're having any issue you can also try to install the library manually as follows. ## Automatic setup with Cocoapods