Skip to content

An example project for most common react native animations with version 0.71.0

Notifications You must be signed in to change notification settings

tufanlodos/react-native-0-71-animations

Repository files navigation

React Native Animations v0.71.0

  • An example project for most common react native animations with version 0.71.0

Installation

  • Clone the project
  • In the project root directory;
    • Run yarn to install dependencies. After that, for iOS, run cd ios && pod install to install iOS specific dependencies.
    • For Android, run yarn android to start.
    • For iOS, run yarn ios to start.