This repo contains a fresh React Native project with preinstalled Reanimated V3
Checkout using the following command to start playing with the new Reanimated API:
> git clone git@github.com:software-mansion-labs/reanimated-3-playground.git
Don't forget to install dependencies:
> cd reanimated-3-playground && yarn
And pods
> cd ios && pod install && cd ..
Then run the app using Xcode or react-native
CLI.