Releases: zoontek/react-native-bootsplash
Releases · zoontek/react-native-bootsplash
2.2.0
11 Apr 12:00
Compare
Sorry, something went wrong.
No results found
Ensure that the splash screen is visible before removing the rootView loadingView
Add JS named exports (#90 by @rhdeck )
2.1.0
14 Mar 20:30
Compare
Sorry, something went wrong.
No results found
[iOS] Updated logic: We now rely on RCTRootView loadingView. It prevents some white flashes on slow devices when a dark background color is used.
[Android] Check layout existence before removing it (fix #68 )
2.0.4
08 Mar 14:19
Compare
Sorry, something went wrong.
No results found
Remove unwanted animations on addSubview / removeFromSuperview on iOS
2.0.3
08 Mar 01:40
Compare
Sorry, something went wrong.
No results found
Handle Storyboard files on iOS as other methods will be deprecated soon (Fix #55 )
Add a show() method (Fix #62 )
Generate BootSplash.storyboard, bootsplash.xml using the CLI
Make the CLI handle the background color
Fix ViewGroup.removeView calls on null object reference (Fix #58 )
Enforce file casing consistency (always use BootSplash)
Fix background flickering on iOS slow devices (Fix #59 )
Add compatibility with react-native-screens/native-stack
1.2.1
19 Dec 11:16
Compare
Sorry, something went wrong.
No results found
Install jimp as dependencies (allowing the CLI to be called from your project directly - thanks to @isair ! #44 )
1.2.0
15 Dec 14:42
Compare
Sorry, something went wrong.
No results found
Improved assets generation CLI
Deep-link handling documentation #40 (thanks to @MohamadKh75)
1.1.0
14 Dec 19:22
Compare
Sorry, something went wrong.
No results found
Fix deep linking issues on Android (#36 )
Image assets generation #32 (thanks to @cawfree )
ReasonML bindings #35 (thanks to @MoOx )
1.0.3
19 Sep 09:22
Compare
Sorry, something went wrong.
No results found
Fix react dependency version
1.0.2
19 Sep 08:50
Compare
Sorry, something went wrong.
No results found
Fix build.gradle setup
Add the tvOS platform to the podspec file
1.0.1
04 Sep 17:21
Compare
Sorry, something went wrong.
No results found
Listen for RCTJavaScriptDidFailToLoadNotification at module init