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
- $ cd react-native-basic-animation-example
- $ npm install
- $ open ios/AnimationTest.xcodeproj
- Click on the play/run button in Xcode (for ios).
- Open the directory in the text editor of your choice.
#To-Do
- Extend this project to check out other remaining animations.
- To achieve animations like origami (http://facebook.github.io/origami/examples/) with 60fps.