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

Add fabric support to the example app #3204

Open latekvo opened 1 week ago

latekvo commented 1 week ago

Description

Adds fabric support to the example app. To use fabric, set the optional FABRIC_ENABLED environment variable to 1 during yarn installation.

Test plan