Having trouble with my app. I've already published it, but now I need to make a small change. Whenever I try to start Expo, I keep getting this error:
"Error: React Native is not installed. Please run npm install
in your project directory.
Couldn't start project. Please fix the errors and restart the project."
Even though I've tried running 'npm install', starting Expo (expo start) continues to fail. I also attempted 'expo build:android' with no success.
These issues persist across different Expo projects, including one that was working fine just yesterday.
Any suggestions on how to resolve this issue would be greatly appreciated!
[edit] I am currently using Expo 2.6.8.