The repository contains all the code of the application that we are building in this article: https://thewidlarzgroup.com/reanimated2-slider/
❕ The article described the usage of reanimated v2 when it appeared. Currently, v3 is available.
Do this part if you want to code along with the article from beginning
clone the repo
git clone -b starter git@github.com:TheWidlarzGroup/reanimated2-slider-article.gitthen
cd reanimated2-slider-article && yarnand if you develop on iOS simulator:
cd ios && pod installDo this part if you want to play with complete application from the article
clone the repo
git clone git@github.com:TheWidlarzGroup/reanimated2-slider-article.gitthen
cd reanimated2-slider-article && yarnand if you develop on iOS simulator:
cd ios && pod install- create a new react-native project
npx react-native init MyApp-
install
react-native-gesture-handlerhttps://docs.swmansion.com/react-native-gesture-handler/docs/ -
install
Reanimated 2https://docs.swmansion.com/react-native-reanimated/docs/installation/ -
you are all set ✌️🙂