Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 685 Bytes

readme.md

File metadata and controls

44 lines (27 loc) · 685 Bytes

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!