Skip to content

[Snyk] Security upgrade react-native-bootsplash from 6.3.12 to 7.3.2 - #7681

Open
ggazzo wants to merge 1 commit into
developfrom
snyk-fix-41ffe626664c3e62306291bef19c3b73
Open

[Snyk] Security upgrade react-native-bootsplash from 6.3.12 to 7.3.2#7681
ggazzo wants to merge 1 commit into
developfrom
snyk-fix-41ffe626664c3e62306291bef19c3b73

Conversation

@ggazzo

@ggazzo ggazzo commented Sep 11, 2026

Copy link
Copy Markdown
Member

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project.

Snyk changed the following file(s):

  • package.json

Note for zero-installs users

If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the .yarn/cache/ directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to run yarn to update the contents of the ./yarn/cache directory.
If you are not using zero-install you can ignore this as your flow should likely be unchanged.

⚠️ Warning
Failed to update the yarn.lock, please update manually before merging.

Vulnerabilities that will be fixed with an upgrade:

Issue
high severity Heap-based Buffer Overflow
SNYK-JS-SHARP-19653587

Breaking Change Risk

Merge Risk: High

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Heap-based Buffer Overflow

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SHARP-19653587
@ggazzo

ggazzo commented Sep 11, 2026

Copy link
Copy Markdown
Member Author

Merge Risk: High

The upgrade from react-native-bootsplash v6 to v7 is a major version with significant breaking changes that require code and build script modifications.

Key Breaking Changes:

  • Synchronous isVisible(): The isVisible() method is no longer asynchronous. Code using await BootSplash.isVisible() or .then() will break and must be updated to const visible = BootSplash.isVisible();.
  • CLI Command Renamed: The asset generation command has changed. You must replace npx react-native generate-bootsplash with npx react-native-bootsplash generate in your package.json scripts or CI/CD pipelines.
  • Android Theme Changes: The library is now edge-to-edge by default on Android. If you were using Theme.BootSplash.TransparentStatus or Theme.BootSplash.EdgeToEdge, you must switch to the new Theme.BootSplash in your Android theme files.

Recommendation:
Developers must follow the official migration guide to address these breaking changes. This involves updating API calls, build scripts, and native Android theme configurations before merging.

Source: Official Migration Guide

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai

coderabbitai Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: c729f205-2c07-4fbd-8b51-bb489e78ca11

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants