This is an example application demonstrating the functionality of the react-native-gesture-handler library with Expo.
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.
Run this application by yarn android or from Android Studio.
Run yarn ios or run application from Xcode.
Run yarn web. Alternatively run yarn start and in browser navigate to localhost:8081