Tomasz Żelawski
Tomasz Żelawski
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug The issue is a bit bizarre to start with. In a repo that uses...
## Summary Changelog: [Feature] Virtual Modules handling - modules that are in-memory only. PR based on rejected - #1594 This PR adds an early implementation of virtual modules handling in...
## Summary Currently there's no API in JavaScript to listen to HMRClient updates. This is problematic if a library wants to replace modules used on JavaScript runtime different than the...
## 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...
## Summary [RN 0.79 has SDK 24](https://github.com/facebook/react-native/blame/v0.79.7/packages/react-native/ReactAndroid/src/main/AndroidManifest.xml) as min supported and [RN 0.83 has SDK 36](https://github.com/facebook/react-native/blame/v0.83.0/packages/react-native/ReactAndroid/src/main/AndroidManifest.xml) as the target. ## Test plan 🚀
## Summary Reanimated can safely consume worklets as a prefab after the following fix - #8684 ## Test plan 1. Clean your repo with git clean -Xdf 2. Install deps...
## Summary Requires: - #8678 - #8683 - #8684 - #8685 Currently we don't denote what headers are public and what are private in worklets. While the sole distinction is...