Releases: zoontek/react-native-bootsplash
Releases · zoontek/react-native-bootsplash
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
- Update AndroidX
core-splashscreen
package to1.0.0-beta01
Action required:
Update the package accordingly in your android/app/build.gradle
file:
// …
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-beta01"
4.0.2
4.0.1
4.0.0
- Dropped support for Android API < 6.0 and iOS < 11.0 (Android 5.x is supported in a degraded way)
- Android 12 support with the new SplashScreen API 🎉
- Easier install on Android (no more
bootsplash.xml
orSplashScreenActivity
!) - Support of transparent status / navigation bars with react-native-bars (a full example is available in the
/example
directory) - The iOS implementation now rely exclusively on
RCTRootView
loadingView
- Removal of the
show
method - Updated CLI tool to support Android 12 logos padding
For migration from the v3, check the MIGRATION.md
guide.