Bump react-native-worklets to 0.10.2#765
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the repository to use react-native-worklets 0.10.1 and adds a compatibility shim to prevent parser worklets from failing serialization when they capture expensify-common’s Log (a Logger instance), which now throws in Worklets 0.10 instead of silently substituting placeholders.
Changes:
- Bump
react-native-workletsfrom 0.9.1 → 0.10.1 (including example + lockfiles). - Register a custom serializer to replace
Loggerinstances with a no-op stand-in on the worklet runtime. - Update README compatibility matrix to include Worklets 0.10.x.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/MarkdownTextInput.tsx | Registers a custom serialization rule so Logger captured in the parser closure won’t crash Worklets 0.10 serialization. |
| README.md | Extends the Worklets compatibility table to include 0.10.x. |
| package.json | Bumps dev dependency react-native-worklets to 0.10.1. |
| package-lock.json | Updates lockfile entries for react-native-worklets 0.10.1 (and transitive deps). |
| example/package.json | Bumps example app’s react-native-worklets to 0.10.1. |
| example/ios/Podfile.lock | Updates CocoaPods lockfile for RNWorklets 0.10.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7e3f578 to
d5bb4d3
Compare
j-piasecki
approved these changes
Jul 9, 2026
Contributor
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
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.
Details
Bumps
react-native-workletsto0.10.2and adds compatibility with the 0.10.2+ line.Related Issues
N/A
Manual Tests
Linked PRs
N/A