Skip to content

Releases: zoontek/react-native-bootsplash

6.3.3

30 Jan 18:03
c4a3f96
Compare
Choose a tag to compare
  • Remove the need for a Bridging Header file on React Native 0.77+:
import ReactAppDependencyProvider
import RNBootSplash // ⬅️ add this import

// …

@main
class AppDelegate: RCTAppDelegate {
  // …

  // ⬇️ override this method
  override func customize(_ rootView: RCTRootView!) {
    super.customize(rootView)
    RNBootSplash.initWithStoryboard("BootSplash", rootView: rootView) // ⬅️ initialize the splash screen
  }
}

6.3.2

25 Nov 09:00
c2c69a6
Compare
Choose a tag to compare
  • Upgrading @expo/config-plugins to 9.0.0

6.3.1

12 Nov 12:56
eef2206
Compare
Choose a tag to compare
  • Fix a crash of the expo plugin when the assets/bootsplash directory is polluted with .DS_Store files
  • Display a more friendly error when the expo plugin is ran without running the assets generation first.

6.3.0

11 Nov 18:45
a6dda7b
Compare
Choose a tag to compare
  • Add react-native-bootsplash generate CLI command (in parallel to react-native generate-bootsplash), for environments that doesn't have @react-native-community/cli-* installed, like Expo 52 (see RFC0759: React Native Frameworks)

6.2.6

29 Oct 12:32
06e4a86
Compare
Choose a tag to compare

6.2.5

27 Oct 22:44
841d988
Compare
Choose a tag to compare
  • Skip some assets generation steps if AndroidManifest.xml or styles.xml are missing for a given flavor (closes #640)
  • Fix another issue with react-native-is-edge-to-edge module resolution on new architecture (metro always resolves the browser package.json entry instead of main or module - even when targetting iOS or Android)

6.2.4

27 Oct 20:06
8daaebb
Compare
Choose a tag to compare
  • Fix an issue with react-native-is-edge-to-edge module resolution on new architecture (compared to old architecture, it doesn't seem to resolve dependencies platform extensions, like *.android.js)

6.2.3

23 Oct 17:08
4317aff
Compare
Choose a tag to compare
  • Bump react-native-is-edge-to-edge to 1.0.0

6.2.2

15 Oct 19:55
4cda1f9
Compare
Choose a tag to compare
  • Bump react-native-is-edge-to-edge to 0.1.2

6.2.1

15 Oct 15:44
4c50bf4
Compare
Choose a tag to compare
  • Bump react-native-is-edge-to-edge to 0.1.1