Test change
For project instalation just execute the following steps:
git clone https://github.com/gvarandas/rn-reanimated2-sandbox.git
yarn
Start the local packager 📦:
yarn start
Run the project on the iOS simulator 📱:
yarn ios
Run the project on the Android simulator 👾 (make sure to have it running beforehand):
yarn android
-
Thanks to William Candillon for his amazing Intro to Reanimated 2.
-
The Image Swiper was also inspired by his 10-min React Native Swipe video.