1.1.1 • Published 6 months ago

react-native-gesture-lib v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

React Native Gesture Library

A lightweight custom gesture library for React Native, supporting swipes, long presses, and multi-touch.

šŸ“¦ Installation

npm install react-native-gesture-lib

šŸ›  Dependencies Ensure you have installed:

npm install react-native-gesture-handler react-native-reanimated

šŸš€ Usage

import GestureHandler from "react-native-gesture-lib";

<GestureHandler
  onSwipeLeft={() => console.log("Swiped Left")}
  onSwipeRight={() => console.log("Swiped Right")}
  onLongPress={() => console.log("Long Pressed")}
>
  <YourComponent />
</GestureHandler>
1.1.1

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago