-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The resource main.tsx was not found. #2553
Comments
C:\projects\core-platform-frontend\src\main.tsx
was not found.
am i missing anything here ? |
|
Did you find any solutions? I am facing the same issue, trying to upgrade from 0.70.0 to 0.72.0 |
@mgphall Your error message is indicating the file wasn't found at Is it possible you went up to high in your directory structure when you changed to |
Ask your Question
I hope this is the right place to ask?
We are in the process of upgrading our application/monorepo , which started at version 0.68 and is currently moving from RN 0.70.15 to 0.71.19. We are completing one upgrade per sprint and have been using the upgrade helper successfully for this process.
During this upgrade, we encountered the error mentioned above.
./gradlew build
The error:
error The resource
C:\projects\core-platform-frontend\src\main.tsx
was not found.Error: The resource
C:\projects\core-platform-frontend\src\main.tsx
was not found.at C:\projects\core-platform-frontend\node_modules@react-native-community\cli-plugin-metro\node_modules\metro\src\IncrementalBundler.js:275:24
at gotStat (node:fs:2806:21)
at FSReqCallback.oncomplete (node:fs:202:21)
./gradlew assembleRelease --info
The only change i can see it with regards to entry file is in the build gradle file
to ->
The text was updated successfully, but these errors were encountered: