You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
Error: Cannot resolve entry file: The mainfield defined in yourpackage.json points to a non-existent path.
The entry point inside package.json is 'index.js', I changed to App.js.
Next, and issue related to src/graphql/queries and finally, all seems correct, launching expo go app (Downloaded javascript bundle) and I received just a white screen.
No errors in the cloud9 environment.
Any clue?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
After executing:
yarn start
I received a:
Error: Cannot resolve entry file: The
mainfield defined in your
package.jsonpoints to a non-existent path.
The entry point inside package.json is '
index.js
', I changed toApp.js
.Next, and issue related to
src/graphql/queries
and finally, all seems correct, launching expo go app (Downloaded javascript bundle) and I received just a white screen.No errors in the cloud9 environment.
Any clue?
The text was updated successfully, but these errors were encountered: