Skip to content

chore: update repo to RN 0.86#77

Draft
mfkrause wants to merge 2 commits into
mainfrom
feat/rn-86
Draft

chore: update repo to RN 0.86#77
mfkrause wants to merge 2 commits into
mainfrom
feat/rn-86

Conversation

@mfkrause

@mfkrause mfkrause commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Updates the plugin and example app from React Native 0.83.2 to 0.86.0 (and the example app from Expo SDK 55 to SDK 57).

Full test suite is green for now, but currently, this effectively breaks support for React Native < 0.85 in an <Image> optimizer edge case. The wrapper component's header behavior changed in RN 0.85. With the changes from this PR, the native host component won't send headers to remote image sources anymore on these older versions.

To fix this, we either...

  1. need to detect the React Native version during build time (similar to Unistyles, which is only best-effort)
  2. add explicit exceptions to the parity test cases (keeping the behavior from RN < 0.85 is technically fine for RN >= 0.85, but makes some test cases red)
  3. make this a breaking change and explicitly make react-native-boost@^2 only support RN >= 0.85

@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
react-native-boost-docs Ready Ready Preview, Comment Jul 10, 2026 4:07pm

@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

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: Pro

Run ID: 97818c38-a71c-4e29-974a-809b7ce4ff69

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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/rn-86

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.

1 participant