Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 604 Bytes

File metadata and controls

16 lines (13 loc) · 604 Bytes

react-native-basic-animation-example

React native cross platform example for getting started with basic animation using animated library.

#Requirement - React Native $ npm i -g react-native-cli

#Steps to get started

  1. $ cd react-native-basic-animation-example
  2. $ npm install
  3. $ open ios/AnimationTest.xcodeproj
  4. Click on the play/run button in Xcode (for ios).
  5. Open the directory in the text editor of your choice.

#To-Do

  1. Extend this project to check out other remaining animations.
  2. To achieve animations like origami (http://facebook.github.io/origami/examples/) with 60fps.