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

Fix `TwoFingerPan` import #3211

Closed m-bert closed 1 week ago

m-bert commented 1 week ago

Description

Currently import for this example misses ./ at the beginning, which breaks MacOSExample.

Test plan

Run examples (especially MacOSExample)