Skip to content

v6.0.2

Compare
Choose a tag to compare
@react-native-community-bot react-native-community-bot released this 19 May 22:38
· 612 commits to master since this release

6.0.2 (2019-05-19)

Bug Fixes

Hello, in order to use react-native-webview > 6.0.2 please make your android/gradle.properties contains:

android.useAndroidX=true
android.enableJetifier=true

This enables AndroidX libraries which are the new standard.