Skip to content

Latest commit

History

History

example

react-native-animation-catalog demo app

How to Run ?

Steps to run the demo app in ios and andorid

  1. Install dependencies
    • cd to the project directory (example)
      yarn
  2. Build and Run
    • Run iOS app
      yarn ios
    • Run Android app
      yarn android