Commit Graph
5 Commits
Author SHA1 Message Date
Thibault Malbranche 70f82edc2a Update Getting-Started.md 2019-05-20 00:30:36 +02:00
Thibault Malbranche fa0489e9b0 fix(AndroidX support): Fixed broken import + added instructions
Hello, in order to use react-native-webview > 6.0.0 please make your android/build.gradle contains:
```
android.useAndroidX=true
android.enableJetifier=true
```
This enables AndroidX libraries which are the new standard.
2019-05-20 00:29:42 +02:00
Thibault Malbranche b150f987ea Update Getting-Started.md 2019-03-01 00:26:28 +01:00
Thibault Malbranche bf3f790358 chore(readme): Updated linking steps 2019-01-31 16:32:14 +01:00
Jamon Holmgren 0ce93a963a Added first draft of docs folder and documentation 2018-09-19 19:27:09 -07:00