From 70f82edc2afea035e7600e0bb31db085df7bbe6a Mon Sep 17 00:00:00 2001 From: Thibault Malbranche Date: Mon, 20 May 2019 00:30:36 +0200 Subject: [PATCH] Update Getting-Started.md --- docs/Getting-Started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index ee80876..df637ff 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -18,6 +18,7 @@ $ react-native link react-native-webview iOS: This module does not require any extra step after running the link command 🎉 + Android: Please make sure AndroidX is enabled in your project by editting `android/gradle.properties` and adding 2 lines: