Tomasz Żelawski
Tomasz Żelawski
## Summary Adding the possibility to clone `Map` and `Set` without `init` function tricks. Cloning works only from RN Runtime to the UI Runtime, do we want to make it...
## Summary It was added in https://github.com/software-mansion/react-native-reanimated/pull/7644 but I forgot about it in https://github.com/software-mansion/react-native-reanimated/pull/7657. Without it experimental bundling won't work on iOS. ## Test plan This codegen field has no...
## Summary hackerman ## Test plan
## Summary https://github.com/user-attachments/assets/cc117748-3e94-4111-93c3-2fbbc7bca452 TODO: Docs ## Test plan
## Summary Motivated by #7638, it would be handy to invoke something synchronously and safely on the RN Runtime. Since `jsCallInvoker` deadlocks on `invokeSync`, I added `invokeSync` to `JSScheduler` that...
## Summary TBA ## Test plan
## Summary ## Test plan
## Summary ## Test plan
# Summary RNSVG doesn't export types in its web implementation. I fixed and cleanup up `ReactNativeSVG.ts` and `ReactNativeSVG.web.ts` so that the common exports are matching. ## Test Plan `yarn tsc`