Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/software-mansion/react-native-gesture-handler
- Owner: software-mansion
- License: mit
- Created: 2016-10-27T08:31:38.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T11:59:40.000Z (7 months ago)
- Last Synced: 2024-04-12T09:18:52.916Z (7 months ago)
- Topics: gesture, javascript, react-native
- Language: TypeScript
- Homepage: https://docs.swmansion.com/react-native-gesture-handler/
- Size: 78.2 MB
- Stars: 5,816
- Watchers: 61
- Forks: 949
- Open Issues: 83
-
Metadata Files:
- Readme: README-Fabric.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-universal-react - React Native Gesture Handler - Declarative API exposing platform native touch and gesture system to React Native (Libraries / Others)
- awesome-list - react-native-gesture-handler - mansion | 4231 | (TypeScript)
- jimsghstars - software-mansion/react-native-gesture-handler - Declarative API exposing platform native touch and gesture system to React Native. (TypeScript)
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.