Skip to content

4.3.0

Compare
Choose a tag to compare
@zoontek zoontek released this 08 Aug 14:13
· 262 commits to master since this release
  • Update AndroidX core-splashscreen package to 1.0.0

Action required:

Update the package accordingly in your android/app/build.gradlefile:

// …

dependencies {
  implementation fileTree(dir: "libs", include: ["*.jar"])
  //noinspection GradleDynamicVersion
  implementation "com.facebook.react:react-native:+"  // From node_modules

+ implementation "androidx.core:core-splashscreen:1.0.0"