Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps react-native-bootsplash from 4.2.3 to 6.3.7.

Release notes

Sourced from react-native-bootsplash's releases.

6.3.7

6.3.6

6.3.5

  • Add Expo 53 support (closes #693)

6.3.4

6.3.3

  • 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

  • Upgrading @expo/config-plugins to 9.0.0

6.3.1

  • 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

  • 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

6.2.5

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-native-bootsplash](https://github.com/zoontek/react-native-bootsplash) from 4.2.3 to 6.3.7.
- [Release notes](https://github.com/zoontek/react-native-bootsplash/releases)
- [Commits](zoontek/react-native-bootsplash@4.2.3...6.3.7)

---
updated-dependencies:
- dependency-name: react-native-bootsplash
  dependency-version: 6.3.7
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2025

Superseded by #469.

@dependabot dependabot bot closed this Jun 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-native-bootsplash-6.3.7 branch June 1, 2025 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant