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
I setup my project using create-expo-app@latest, which comes with the expo-router boilerplate. Then, I moved everything code related into the /src folder.
However, visiting snack.expo.dev and trying to import the repo gives the error:
An error occurred during import.
This could be because the data provided was invalid,
or because the repository referenced is not a properly
formatted Expo project.
Failed to create snack: Missing required file: App.js.
What platform(s) does this occur on?
Android, iOS, Web
SDK Version
51
Reproducible demo or steps to reproduce from a blank project
Summary
I setup my project using
create-expo-app@latest
, which comes with the expo-router boilerplate. Then, I moved everything code related into the/src
folder.I uploaded the project to this GitHub repo: onyedikachi23/nerdytok.
However, visiting snack.expo.dev and trying to import the repo gives the error:
What platform(s) does this occur on?
Android, iOS, Web
SDK Version
51
Reproducible demo or steps to reproduce from a blank project
Visit snack.expo.dev and try to import the GitHub repo: onyedikachi23/nerdytok.
The text was updated successfully, but these errors were encountered: