Skip to content

Commit

Permalink
Merge pull request AlexanderZaytsev#180 from shic/master
Browse files Browse the repository at this point in the history
Update readme to make it more clear for most users
  • Loading branch information
zoontek authored Apr 5, 2018
2 parents 1dc8885 + c4ad98a commit 356a427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 356a427

Please sign in to comment.