Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 592 Bytes

File metadata and controls

19 lines (10 loc) · 592 Bytes

Basic Gesture Handler example app

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.

Installing & running application

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

  • In project's root directory run yarn

Android

You can run this application by yarn android or from Android Studio.

iOS

To run on iOS first go to BasicExample/ios and run pod install.

Then in BasicExample run yarn ios or run application from Xcode.