Autor | SHA1 | Mensaje | Fecha |
---|---|---|---|
Thibault Malbranche |
585ac7a243
|
fix(AndroidX support): Fixed broken import + added instructions (#583)
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. fixes #580 fixes #581 fixes #582 |
hace 5 años |
Mike Diarmid | 1d6c88dcf5 |
feat(android): Migrate to Android X (#520)
BREAKING CHANGE: If you override compileSdkVersion<28 it won't work anymore. |
hace 5 años |
Thibault Malbranche | d5fc028383 |
fix(PostMessage): Renamed ReactNativeWebview to ReactNativeWebView
fixes #304 |
hace 5 años |
Thibault Malbranche |
2846e27fcf
|
fix(Gradle): Allow kotlinVersion override using ext with gradle.properties (#267)
You can now override kotlin version by defining ext kotlinVersion |
hace 5 años |