This app shows basic capabilities of Gesture Handler. It doesn't depend on any other package - this makes it easier to confirm that Gesture Handler works correctly.
Before running application you need to install all dependencies. To do that:
- In project's root directory run
yarn
You can run this application by yarn android or from Android Studio.
To run on iOS first go to BasicExample/ios and run pod install.
Then in BasicExample run yarn ios or run application from Xcode.