chore(docs): clarify install steps

This commit is contained in:
Thibault Malbranche 2019-08-02 10:45:00 +02:00 committed by GitHub
parent 59e5e71e4e
commit 2333e45208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ $ npm install --save react-native-webview
#### 2. Link native dependencies
From react-native 0.60 autolinking will take care of the link step but don't forget to run `pod install`
React Native modules that include native Objective-C, Swift, Java, or Kotlin code have to be "linked" so that the compiler knows to include them in the app.
```