Releases: zoontek/react-native-bootsplash
Releases · zoontek/react-native-bootsplash
5.3.0
- The CLI generator now suffixes the iOS assets filenames with a hash of the file (kinda like
webpackwith chunks filenames) in order to invalidate springboard cache (see this article for more infos)
5.2.2
5.2.1
5.2.0
- Add
darkContentBarsStyleandroid custom style property inTheme.BootSplash.EdgeToEdge
Example with [email protected], which has the same feature:
<resources>
<style name="AppTheme" parent="Theme.EdgeToEdge">
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item>
<item name="darkContentBarsStyle">true</item>
</style>
<style name="BootTheme" parent="Theme.BootSplash.EdgeToEdge">
<item name="bootSplashBackground">@color/bootsplash_background</item>
<item name="bootSplashLogo">@drawable/bootsplash_logo</item>
<item name="darkContentBarsStyle">true</item>
<item name="postBootSplashTheme">@style/AppTheme</item>
</style>
</resources>5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
- Keep half-sized logo on Samsung OneUI v4 to avoid a logo size jump (as Samsung logo size computation is incorrect on this version of their OS, there's not a lot of choices - see #466)
- Set
android:forceDarkAllowedtofalseinTheme.BootSplash(might fix #497) - Allow
logoto beundefinedinuseHideAnimationconfig - Update the CLI generator to use
prettierv3 - Improve the CLI generator Gumroad issues reporting (when using a 🔑 license key)