Closed aenyeart closed 1 year ago
@gedimin45 - May need to run this on your machine:
npm uninstall -g expo-cli It removes the outdated cli replaced by npx expo, & makes the following warning stop appearing (when checking expo version):
npm uninstall -g expo-cli
WARNING: The legacy expo-cli does not support Node +17. Migrate to the versioned Expo CLI (npx expo).
May also need to run this to update react-native if npm i doesn't fix it automagically: npx expo install react-native@0.71.6
npm i
npx expo install react-native@0.71.6
@gedimin45 - May need to run this on your machine:
npm uninstall -g expo-cli
It removes the outdated cli replaced by npx expo, & makes the following warning stop appearing (when checking expo version):May also need to run this to update react-native if
npm i
doesn't fix it automagically:npx expo install react-native@0.71.6