Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 582 Bytes

File metadata and controls

23 lines (12 loc) · 582 Bytes

Gesture Handler Expo example app

This is an example application demonstrating the functionality of the react-native-gesture-handler library with Expo.

Installing & running application

Before running the application, you need to install all dependencies. To do that:

  • In the project's root directory, run yarn.

Next run npx expo prebuild.

Android

Run this application by yarn android or from Android Studio.

iOS

Run yarn ios or run application from Xcode.

Web

Run yarn web. Alternatively run yarn start and in browser navigate to localhost:8081