mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c83a89daa6
Summary: React Native Gesture Handler used to eagerly initialize all of its exports and therefore required a bunch of things from React Native eagerly. When we remove things from RN via the Lean Core project, this leads to failures. I asked Krzysztof to make a patch release that lazily loads them instead: https://github.com/kmagiera/react-native-gesture-handler/commit/da658c2de2e7135871e27284d9c8c6d323c5d803 Reviewed By: rickhanlonii Differential Revision: D15554658 fbshipit-source-id: aa4b82e5a3c2c837d160da914f41756d26cd6c07