Skip to content

Commit

Permalink
Merge pull request AlexanderZaytsev#217 from lfkwtz/patch-1
Browse files Browse the repository at this point in the history
rn-link react-native-i18n
  • Loading branch information
zoontek authored Sep 1, 2018
2 parents 2404938 + 6f5f85d commit 09775ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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 just link the library with the command `react-native link`.
If you're using React-Native >= 0.29 just link the library with the command `react-native link react-native-i18n`.

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`.

Expand Down

0 comments on commit 09775ef

Please sign in to comment.