ruimarcosjoao / gestures-demo

Demo app using gestures from React Native Gesture Handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Demo app using gestures from React Native Gesture Handler


Languages

Language:JavaScript 100.0%