Преглед изворни кода

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
 ```