Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 608 Bytes

File metadata and controls

12 lines (8 loc) · 608 Bytes

macOS Gesture Handler example app

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

Installing & running application

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

  • In the project's root directory, run yarn.
  • Navigate to the MacOSExample/macos directory and run bundle install && bundle exec pod install
  • Navigate to the MacOSExample and run yarn start to start the Metro bundler.
  • Open the MacOSExample project in Xcode and build the app to run it on a macOS simulator or device.