Browse Source

Update Getting-Started.md

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

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

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