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

fix: Reanimated failing when using Worklets as a prefab

Open tjzel opened this issue 1 month ago • 0 comments

Summary

Follow-up to

  • https://github.com/software-mansion/react-native-reanimated/pull/7866

I accidentally found code from the following PR

  • https://github.com/mrousavy/nitro/pull/776

which fixes our prefab issues when running Project Clean then Build in Android Studio.

Test plan

  1. Clean your repo with git clean -Xdf
  2. Install deps with yarn
  3. Open apps/fabric-example/android with AndroidStudio
  4. Run build
  5. Run clean
  6. Run build (without this change here Reanimated would complain about missing symbols)
  7. 🥳

Windows build check: https://github.com/software-mansion/react-native-reanimated/actions/runs/19647487395

tjzel avatar Nov 24 '25 19:11 tjzel