mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-01-12 22:50:47 +08:00
I think it's more natural if animation do not perform so often. Once per second looks better imho and it's a better example of this library usage. Also, removed animations if "fetch" is finished
Run the example
- Clone the repository
- Run
yarnto install the dependencies of library cdto this directory- Run
yarnto install the dependencies of example - Run
yarn startto start the packager with custom config react-native run-iosorreact-native run-android