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
Did you try deleting the node_modules and clearing the cache by using
npx expo start -c
?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
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 errorHaven't figured it out yet but when I import , this is the error I get
yup i get the same error
Do you get the app to load at all on your localhost?