Skip to content

caiangums/react-native-animations-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!