My Expo React Native app works on Expo iOS.
However, when I press W in the Ubuntu terminal and am taken to my web browser, the webpage displays the following:
/home/pixel/Documents/Name/Project/node_modules/expo/AppEntry.js
Module not found: Can't resolve '../../App' in '/home/pixel/Documents/Name/Project/node_modules/expo'
I use a custom path for App.js
but it does work on Expo iOS.
I've tried npx react-native link
.