Skip to content

TheWidlarzGroup/reanimated2-slider-article

Repository files navigation

reanimated2-slider-article

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.

Starter instalation

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.git

then

cd reanimated2-slider-article && yarn

and if you develop on iOS simulator:

cd ios && pod install

Finished App Installation

Do 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.git

then

cd reanimated2-slider-article && yarn

and if you develop on iOS simulator:

cd ios && pod install

How to make a new starter repo to play with Reanimated V2

  • create a new react-native project
npx react-native init MyApp

About

Exploring the Reanimated2 library. Repo contains code from the article.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •