-
Notifications
You must be signed in to change notification settings - Fork 635
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
Browser upgrades follow-up #6300
Conversation
…e browser tab, remove unnecessary 'worklet' directive
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM! Will test in a bit a report back
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on iOS and it works correctly
This avoids repeated serialization of worklets, which based on thorough testing of the app, can be safely cached — it noticeably smooths out gesture-driven interactions and should speed up anything that involves frequently/repeatedly called worklets
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/react-native-reanimated@3.16.2 |
If you tapped around the edge of the tab button, you'd see a different context menu pop up than if you long pressed — this removes the duplicate menu
* Enable/disable WebView JS handlers when navigating to or away from the browser tab, remove unnecessary 'worklet' directive * Patch Reanimated to cache all worklets This avoids repeated serialization of worklets, which based on thorough testing of the app, can be safely cached — it noticeably smooths out gesture-driven interactions and should speed up anything that involves frequently/repeatedly called worklets * [Android] Fix duplicate tab button context menu If you tapped around the edge of the tab button, you'd see a different context menu pop up than if you long pressed — this removes the duplicate menu * Fix Podfile.lock
What changed (plus any additional context for devs)
Screen recordings / screenshots
What to test