In addition to what's specified in README... I had to: - In `.../android/app/build.gradle` - change `minSdkVersion` to 20 (or higher) - In `.../android/gradle.properties` - Add `android.useAndroidX=true` and `android.enableJetifier=true`
In addition to what's specified in README... I had to:
.../android/app/build.gradle- changeminSdkVersionto 20 (or higher).../android/gradle.properties- Addandroid.useAndroidX=trueandandroid.enableJetifier=true