浏览代码

chore(docs): clarify install steps

Thibault Malbranche 4 年前
父节点
当前提交
2333e45208
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      docs/Getting-Started.md

+ 2
- 0
docs/Getting-Started.md 查看文件

@@ -16,6 +16,8 @@ $ npm install --save react-native-webview
16 16
 
17 17
 #### 2. Link native dependencies
18 18
 
19
+From react-native 0.60 autolinking will take care of the link step but don't forget to run `pod install`
20
+
19 21
 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.
20 22
 
21 23
 ```