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