Browse Source

chore(docs): getting started update

Thibault Malbranche 5 years ago
parent
commit
7db138c0e5
No account linked to committer's email address
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      docs/Getting-Started.md

+ 4
- 1
docs/Getting-Started.md View File

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