Expo problem AppEntry.js problems (create-t3-turbo)

When i run npx expo and connect it to my iphone, im getting bundling failed (Unable to resolve "../../App" from "node_modules\expo\AppEntry.js") ../../App references nothing by default, what is it supposed to reference.
5 Replies
shiroyasha9
shiroyasha99mo ago
Did you try deleting the node_modules and clearing the cache by using npx expo start -c?
steezus
steezus6mo ago
hi i am getting this issue as well, were you able to find a solution? i tried to import RootLayout instead but i get a different error
Hasham
Hasham6mo ago
Hey did you guys find the solution to this? also getting the same error deleted node modules a few times, in the root and also in apps/expo. And also cleared the cache with npx expo start -c but still getting the same error
steezus
steezus6mo ago
Haven't figured it out yet but when I import
RootLayout
RootLayout
, this is the error I get
node_modules\expo\AppEntry.js: Missing package "metro-react-native-babel-transformer" in the project. This usually means `react-native` is not installed. Please verify that dependencies in package.json include "react-native" and run `yarn` or `npm install`.
node_modules\expo\AppEntry.js: Missing package "metro-react-native-babel-transformer" in the project. This usually means `react-native` is not installed. Please verify that dependencies in package.json include "react-native" and run `yarn` or `npm install`.
Hasham
Hasham6mo ago
yup i get the same error Do you get the app to load at all on your localhost?