Update link

This commit is contained in:
Alexander Zaytsev 2015-12-22 11:10:50 +05:00
parent a0cdd64da0
commit a318cdfb41
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Integrates [I18n.js](https://github.com/fnando/i18n-js) with React Native. Uses
### iOS
Add `RNI18n.xcodeproj` to **Libraries** and add `libRNI18n.a` to **Link Binary With Libraries** under **Build Phases**. [More info and screenshots about how to do this is available in the React Native documentation](http://facebook.github.io/react-native/docs/linking-libraries.html).
Add `RNI18n.xcodeproj` to **Libraries** and add `libRNI18n.a` to **Link Binary With Libraries** under **Build Phases**. [More info and screenshots about how to do this is available in the React Native documentation](http://facebook.github.io/react-native/docs/linking-libraries-ios.html#content).
### Android