Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix platform events for bridgeless (#5937)
## Summary This PR adds missing registration for platform events such as scroll events on Bridgeless mode. In the previous PR (#5901) I checked support for Gesture Handler events, I forgot about platform events ## Test plan | before | after | | --- | --- | | <video src="https://github.com/software-mansion/react-native-reanimated/assets/36106620/0d83f08a-16d4-4669-bfea-a630ded6451f" /> | <video src="https://github.com/software-mansion/react-native-reanimated/assets/36106620/2819b8b8-8c0a-4160-80d1-c5488ea9b0a5" /> |
- Loading branch information