software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

feat: add load method #3063

Closed WoLewicki closed 2 months ago

WoLewicki commented 3 months ago

PR concerning New Architecture support in the library :tada:

We at Software Mansion have been working on improving support for the new architecture for quite a while now. If you need help with anything related to New Architecture, like:

or you just want to ask any questions, hit us up on projects@swmansion.com


Summary

PR adding load method needed for dynamic frameworks to work with the library. See https://github.com/facebook/react-native/pull/37274 for more information.