Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/software-mansion/react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://github.com/software-mansion/react-native-gesture-handler

gesture javascript react-native

Last synced: 11 days ago
JSON representation

Declarative API exposing platform native touch and gesture system to React Native.

Awesome Lists containing this project

README

        

# React Native Gesture Handler – Fabric version

To use this library with your Fabric application, you have to:

1. Add `react-native-gesture-handler@^2.3.0`
2. on iOS
- Install pods using `RCT_NEW_ARCH_ENABLED=1 pod install` – this is the same command you run to prepare a Fabric build but you also need to run it after a new native library gets added.
3. on Android
- There are no additional steps required so long as your app is configured to build with Fabric – this is typically configured by setting `newArchEnabled=true` in `gradle.properties` file in your project.