/react-native-animations-test

🚀 Time Travel implementation for testing React Native Animations

Primary LanguageJavaScript

Test Animations - Time Travel Example

Example project with an implementation of Time Travel for testing React Native Animations

Related Article: Test Animations - A Travel through Time

Run

See tests with

yarn test

Development

  • Open a terminal and run
$ yarn start
  • Open another terminal and run
$ yarn ios

or

$ yarn android

Note: in case of iOS build, it is possible the need of installing pods such as

$ cd ios ; pod install

Reference

This project used 🌲Eryn to be started!