Remove Expo Router from Expo App
The problem: The issue originates from a discrepancy in the Coursera Capstone project for the React Native Specialisation course:
In Module One, the lesson “Recap: React Native Project Set Up” instructs the students to create a React Expo app using the command Expo CLI command:
npx create-expo-app MyProject This command creates a new app with the latest version of Expo. However, recent versions of Expo include the new navigation system with expo-router by default.
[Read More]