瀏覽代碼

chore(docs): getting started update

Thibault Malbranche 5 年之前
父節點
當前提交
7db138c0e5
No account linked to committer's email address
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      docs/Getting-Started.md

+ 4
- 1
docs/Getting-Started.md 查看文件

@@ -19,7 +19,10 @@ $ react-native link react-native-webview
19 19
 iOS:
20 20
 This module does not require any extra step after running the link command 🎉
21 21
 
22
-Android:
22
+Android - react-native-webview version <6:
23
+This module does not require any extra step after running the link command 🎉
24
+
25
+Android - react-native-webview version >=6.X.X:
23 26
 Please make sure AndroidX is enabled in your project by editting `android/gradle.properties` and adding 2 lines:
24 27
 
25 28
 ```