skip to Main Content

Error: Failed to initialize react-native-reanimated library – React native

Trying to create a drawer navigator in React Native using VSCode. import { createDrawerNavigator } from '@react-navigation/drawer'; const Drawer = createDrawerNavigator(); When I get this error: Error: Failed to initialize react-native-reanimated library, make sure you followed installation steps here: https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation/…

VIEW QUESTION
Back To Top
Search