mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-01-12 17:42:44 +08:00
Motivation API known form RN core is much more flexible when it comes to being flexible. We wanted to make using spring animation easier. Changes We didn't want to modify existing spring object so I have added SpringUtils object which is a set of methods for easier spring's config manipulations.
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