You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,20 @@ The Javascript library uses a native library (ReactLocalization) to get the curr
18
18
19
19
It's possible to force a language different from the interface one.
20
20
21
-
## Installation iOS
21
+
## Installation
22
+
The easiest way to install: use [rnpm](https://github.com/rnpm/rnpm), the react native package manager. (If you don´t have it: install it via `npm install rnpm -g`)
23
+
24
+
Just run `rnpm install react-native-localization` inside your react-native project folder and you are ready to go. Don´t forget to restart the app / node server or you will see an error.
25
+
26
+
### Manual installation iOS
22
27
23
28
1.`npm install --save react-native-localization`
24
29
2. In the XCode's "Project navigator", right click on Libraries folder under your project ➜ `Add Files to <...>`
25
30
3. Go to `node_modules` ➜ `react-native-localization` and add the `ReactNativeLocalization.xcodeproj` file
26
31
4. Add libReactNativeLocalization.a to Build Phases -> Link Binary With Libraries
0 commit comments