Example project with an implementation of Time Travel for testing React Native
Animations
Related Article: Test Animations - A Travel through Time
See tests with
yarn test
- 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
This project used 🌲Eryn to be started!