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