This is an example application demonstrating the functionality of the react-native-gesture-handler library on macOS.
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/macosdirectory and runbundle install && bundle exec pod install - Navigate to the
MacOSExampleand runyarn startto start the Metro bundler. - Open the
MacOSExampleproject in Xcode and build the app to run it on a macOS simulator or device.