All Projects → software-mansion → React Native Gesture Handler

software-mansion / React Native Gesture Handler

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

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
kotlin
9241 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to React Native Gesture Handler

myo-armband-nn
Gesture recognition using myo armband via neural network (tensorflow library).
Stars: ✭ 33 (-99.26%)
Mutual labels:  gesture
spockpy
✊ ✋ ✌️ ☝️ 🖖 A Python hand gesture recognition library for Kinetic User Interface (KUI).
Stars: ✭ 50 (-98.89%)
Mutual labels:  gesture
Arkit
ARKit Base Project. Place virtual objects based on WWDC example project
Stars: ✭ 297 (-93.38%)
Mutual labels:  gesture
interactiveviewer gallery
Enhancements to interactiveviewer: picture and video preview, support two-finger gesture zoom, double-click to zoom, switch left and right。图片预览,视频预览,图片视频混合预览
Stars: ✭ 45 (-99%)
Mutual labels:  gesture
XamarinFormsGesture
Xamarin Form Gesture Effects
Stars: ✭ 85 (-98.11%)
Mutual labels:  gesture
react-native-gesture-detector
Create and detect custom, complex gestures in React Native. 🍭
Stars: ✭ 75 (-98.33%)
Mutual labels:  gesture
mapbox-gestures-android
The Mapbox Gestures for Android library makes it easy to detect and handle user gestures on an Android device.
Stars: ✭ 25 (-99.44%)
Mutual labels:  gesture
Imucalibration Gesture
calibration for Imu and show gesture
Stars: ✭ 382 (-91.49%)
Mutual labels:  gesture
PDollar-Unity
PDollar algorithm Unity friendly
Stars: ✭ 99 (-97.79%)
Mutual labels:  gesture
Showtime
The easiest way to show off your iOS taps and gestures for demos and videos.
Stars: ✭ 281 (-93.74%)
Mutual labels:  gesture
Leon
Leon is swift library to show and slid images with more gesture
Stars: ✭ 16 (-99.64%)
Mutual labels:  gesture
creviceapp
Multi purpose utility which supports gestures with mouse and keyboard.
Stars: ✭ 22 (-99.51%)
Mutual labels:  gesture
logitech-m720-config
A configuration script for Logitech M720 that remaps mouse buttons (Linux)
Stars: ✭ 59 (-98.69%)
Mutual labels:  gesture
GestureLockView
九宫格手势解锁控件
Stars: ✭ 39 (-99.13%)
Mutual labels:  gesture
Alloyfinger
Super tiny size multi-touch gestures library for the web.    You can touch this →
Stars: ✭ 3,244 (-27.7%)
Mutual labels:  gesture
iMoney
iMoney 金融项目
Stars: ✭ 55 (-98.77%)
Mutual labels:  gesture
react-gesture-gallery
a react image gallery with gesture support
Stars: ✭ 14 (-99.69%)
Mutual labels:  gesture
Patternlocker
Android 图形解锁/手势解锁 / 手势密码 / 图案密码 / 九宫格密码
Stars: ✭ 409 (-90.88%)
Mutual labels:  gesture
Giraffeplayer2
out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Stars: ✭ 344 (-92.33%)
Mutual labels:  gesture
Gnome Shell Extended Gestures
Better touchpad gesture handling for GNOME
Stars: ✭ 281 (-93.74%)
Mutual labels:  gesture

React Native Gesture Handler by Software Mansion

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

React Native Gesture Handler provides native-driven gesture management APIs for building best possible touch-based experiences in React Native.

With this library gestures are no longer controlled by the JS responder system, but instead are recognized and tracked in the UI thread. It makes touch interactions and gesture tracking not only smooth, but also dependable and deterministic.

Installation

Check getting started section of our docs for the detailed installation instructions.

Documentation

Check out our dedicated documentation page for info about this library, API reference and more: https://docs.swmansion.com/react-native-gesture-handler/docs/

Examples

If you want to play with the API but don't feel like trying it on a real app, you can run the example project. Clone the repo, go to the example folder and run:

  yarn install

If you are running on ios, run pod install in the ios folder

Run yarn start to start the metro bundler

Run yarn android or yarn ios (depending on which platform you want to run the example app on).

You will need to have an Android or iOS device or emulator connected as well as react-native-cli package installed globally.

React native Support

version react-native version
1.4.0+ 0.60.0+
1.1.0+ 0.57.2+
<1.1.0 0.50.0+

It may be possible to use newer versions of react-native-gesture-handler on React Native with version <= 0.59 by reverse Jetifying. Read more on that here https://github.com/mikehardy/jetifier#to-reverse-jetify--convert-node_modules-dependencies-to-support-libraries

License

Gesture handler library is licensed under The MIT License.

Credits

This project has been build and is maintained thanks to the support from Shopify, Expo.io and Software Mansion

shopify expo swm

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].