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.