EXPO React Native – Failed to initialize react-native-reanimated library
Getting these errors when using Drawer Navigation. Here is the complete App.js import { useEffect, useState } from 'react'; import { Button, StyleSheet, Text, View } from 'react-native'; import { NavigationContainer } from '@react-navigation/native'; import { createDrawerNavigator } from '@react-navigation/drawer';…