react-native-reanimated icon indicating copy to clipboard operation
react-native-reanimated copied to clipboard

feat(Worklets): run Bundle Mode without patches to React Native

Open tjzel opened this issue 3 weeks ago • 0 comments

Summary

Since it doesn't seem that no-copy sharing of the JS bundle is going to be available in React Native any time soon, we have to opt into a single-copy bundle.

Worklets are going to obtain the Bundle the same way React Native does, either via Metro, a file or the asset manager.

Test plan

  • in Bundle Mode
    • [x] iOS Debug works
    • [x] iOS Release works
    • [x] Android Debug works
    • [x] Android Release (Assets) works
    • [x] Android Release (File) works
  • in Legacy Mode
    • [x] iOS works
    • [x] Android works
    • [x] compatibility CI passes

tjzel avatar Dec 12 '25 10:12 tjzel