Browse Source

Update installation-ios.md

Guy Carmeli 6 years ago
parent
commit
ea20a6efa6
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/installation-ios.md

+ 1
- 1
docs/installation-ios.md View File

5
 1. Install `react-native-navigation` latest stable version.
5
 1. Install `react-native-navigation` latest stable version.
6
 
6
 
7
     ```sh
7
     ```sh
8
-    yarn add react-native-navigation@latest
8
+	yarn add react-native-navigation@1.x.x
9
     ```
9
     ```
10
 
10
 
11
 2. In Xcode, in Project Navigator (left pane), right-click on the `Libraries` > `Add files to [project name]`. Add `./node_modules/react-native-navigation/ios/ReactNativeNavigation.xcodeproj` ([screenshots](https://facebook.github.io/react-native/docs/0.54/linking-libraries-ios.html#step-1-1))
11
 2. In Xcode, in Project Navigator (left pane), right-click on the `Libraries` > `Add files to [project name]`. Add `./node_modules/react-native-navigation/ios/ReactNativeNavigation.xcodeproj` ([screenshots](https://facebook.github.io/react-native/docs/0.54/linking-libraries-ios.html#step-1-1))