Files
react-native-reanimated/Example
Lorenzo Sciandra 2ee7c5da96 Update Example folder to RN0.57 (#117)
👋

This morning I tried testing the Examples via Snack, but since it wasn't working I tried to have them work in my local folder... and well, I ended up wanting to test with RN0.57 😅

I didn't have to modify anything about the "main" lib, but I thikn it would be good to -as a separate PR- try to update it too to newer versions of both JS and Native sides.

The changes to the gradle files have been done [following this](https://github.com/ncuillery/rn-diff/compare/rn-0.55.4...rn-0.57.0) comparison map.

I've tested it with both iOS simulator and an Android device and it works fine on both (aside from a crash I'll report separately if I can manage to repro "outside" of the Examples)
2018-10-11 10:52:42 +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
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
2018-04-25 11:22:32 +02:00
2018-04-25 11:22:32 +02:00
2018-04-25 11:22:32 +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