react-native-reanimated-v2
Reanimated 2 failed to create a worklet, maybe you forgot to add Reanimated’s babel plugin?
I have found this issue on this link. These are the steps that I have followed for having my project up and running without any errors: Run yarn add react-native-reanimated@next react-native-gesture-handler I have added import ‘react-native-gesture-handler’ to App.tsx file at the top of the file before importing any packages You should update the babel.config.js file … Read more