-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Bump example apps to React Native 0.81 #7767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6ee84c8 to
f2a8c6a
Compare
… type of the expression"
MatiPl01
reviewed
Jul 16, 2025
This reverts commit ff896e4.
47fb62b to
94474b6
Compare
## Summary This PR adds a `compatibility.json` file, which stores the supported RN versions used during CI builds and on the `Compatibility Table` documentation page. ## Test plan <img width="870" height="817" alt="image" src="https://github.com/user-attachments/assets/7994b410-b055-47ad-b303-9467066e40c8" /> --------- Co-authored-by: Mateusz Łopaciński <[email protected]>
## Summary This PR adds new `scheduleOnRN` API and marks `runOnJS` as deprecated. Docs - #8058 ## Test plan `runtime` tests <img width="1615" height="795" alt="image" src="https://github.com/user-attachments/assets/54345e30-ffa5-40a0-9ec3-7b41482ee287" />
…aw/react-native-0.81
Base automatically changed from
@matipl01/fix-wrapper-ref-type-in-rn-0.81
to
main
August 14, 2025 10:52
tjzel
approved these changes
Aug 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Work in progress.
If you're getting
TypeError: (0 , _util.styleText) is not a functionduringyarn start, please use Node.js 20 instead by runningnvm use 20.RN_SERIALIZABLE_STATE: https://github.com/facebook/react-native/pulls?q=sort%3Aupdated-desc+is%3Apr+rn_serializable_state+is%3Aclosedtarget_compile_reactnative_optionsfromreact-native-flags.cmake#7776Test plan