Files
react-native-reanimated/Example
Michał Osadnik fd11ce21f2 Add SpringUtils.js (#40)
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.
2019-04-25 15:15:31 +02:00
..
2018-09-14 09:59:26 +02:00
2018-08-20 19:09:51 +02:00
2018-06-01 13:51:27 +02:00
2018-09-21 16:24:23 +02:00
2019-04-04 09:27:15 +02:00
2018-08-16 17:09:13 +02:00
2018-04-25 11:22:32 +02:00
2018-08-16 17:09:13 +02:00
2018-04-25 11:22:32 +02:00
2018-04-25 11:22:32 +02:00
2018-04-25 11:22:32 +02:00
2018-04-25 11:22:32 +02:00
2018-04-25 11:22:32 +02:00
2019-04-25 15:15:31 +02:00
2018-04-25 11:22:32 +02:00
2018-04-25 11:22:32 +02:00
2018-04-25 11:22:32 +02:00
2019-04-02 13:30:03 +02:00

Run the example

  • Clone the repository
  • Run yarn to install the dependencies of library
  • cd to this directory
  • Run yarn to install the dependencies of example
  • Run yarn start to start the packager with custom config
  • react-native run-ios or react-native run-android