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

refactor(Worklets): Merge TypeScript type files

Open tjzel opened this issue 1 year ago • 0 comments

Summary

Required by:

  • #6557

NativeReanimatedModule depends on types from Layout Animations - this makes impossible to embed its interface in commonTypes.ts since they can't have any imports. I merged some types to prevent circular dependencies.

Test plan

  • [ ] CI Green

tjzel avatar Sep 27 '24 18:09 tjzel