Skip to content

feat!: support latest React Native versions#467

Merged
caio1985 merged 12 commits intomainfrom
feat/support-latest-rn-versions
Sep 10, 2025
Merged

feat!: support latest React Native versions#467
caio1985 merged 12 commits intomainfrom
feat/support-latest-rn-versions

Conversation

@jokerttu
Copy link
Copy Markdown
Contributor

@jokerttu jokerttu commented Sep 8, 2025

Fixes compatibility issues with the latest React Native versions on Android.

  • Updated communication bridge implementation for Android.
  • Bumped example app and package RN version to 0.81.1.

Note: This PR upgrades the example app to the latest React Native version, which breaks Detox support on Android. To run Android Detox tests, the example app must first be downgraded to React Native 0.79.5 until support for newer versions is available.

Fixes #437

React Native Compatibility Test Results

Version Build Android Build iOS Test Android Test iOS
0.81.1
0.80.2
0.79.6
0.78.3
0.77.3
0.76.9
0.75.5
0.74.7

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation
  • I added new tests to check the change I am making
  • All existing and new tests are passing.

@jokerttu jokerttu force-pushed the feat/support-latest-rn-versions branch from 8b3059d to 7b46816 Compare September 9, 2025 13:24
@jokerttu jokerttu marked this pull request as ready for review September 10, 2025 09:11
@caio1985 caio1985 merged commit 2b69764 into main Sep 10, 2025
12 checks passed
@jokerttu jokerttu changed the title feat: support latest rn versions feat!: support latest React Native versions Sep 10, 2025
Copy link
Copy Markdown
Member

@caio1985 caio1985 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jokerttu jokerttu deleted the feat/support-latest-rn-versions branch September 11, 2025 13:01
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.

[Bug]: BatchedBridge.registerCallableModule is not a function

2 participants