Skip to content

Releases: zoontek/react-native-bootsplash

2.2.0

11 Apr 12:00

Choose a tag to compare

  • 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

Choose a tag to compare

  • [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

Choose a tag to compare

  • Remove unwanted animations on addSubview / removeFromSuperview on iOS

2.0.3

08 Mar 01:40

Choose a tag to compare

  • 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

Choose a tag to compare

  • 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

Choose a tag to compare

  • Improved assets generation CLI
  • Deep-link handling documentation #40 (thanks to @MohamadKh75)

1.1.0

14 Dec 19:22

Choose a tag to compare

  • 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

Choose a tag to compare

  • Fix react dependency version

1.0.2

19 Sep 08:50

Choose a tag to compare

  • Fix build.gradle setup
  • Add the tvOS platform to the podspec file

1.0.1

04 Sep 17:21

Choose a tag to compare

  • Listen for RCTJavaScriptDidFailToLoadNotification at module init