/gestures-demo

Demo app using gestures from React Native Gesture Handler

Primary LanguageJavaScript

React Native Gesture Handler gestures

This repo shows the example usage of the following gestures:

Project works on iOS, Android, and Web via Expo Go.

Running project locally

  1. Clone the project
git clone https://github.com/kacperkapusciak/gestures-demo.git
  1. Install the dependencies
npm install
  1. Run project
npm run start

# Run on platforms of your choice
npm run android
npm run ios
npm run web