-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
React Native Bundler Bug? #49995
Comments
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
Facing a similar issue on 0.71.8 |
I having that same problem too. |
Update: I tried turning off hermes and the app opens and works. But if i press R key to hard refresh app on metro it crashes but if i manually open it again its opens fine. |
I was unable to reproduce the problem by following the step-by-step instructions. Could you attach a video/screenshots of the problem? |
This is a bug the community/cli defaults to 15.1 when creating a new project for react 19 as you can see in you logs and if you manually upgrade it to @latest or @18 if becomes incompatible as platform android and IOS is still at 17 n then Metro it running at .78 and two of it's core file is still on .77 which just creates CHAOS. These files are not ready for production it just feels like they are rushing stuffs and breaking everything |
Description
I'm not sure what's going on. I spent the afternoon trying to figure out how to run a new React Native project at version 0.78.0. I simply created a new project using the following command:
npx @react-native-community/[email protected] init AwesomeProject --version 0.78.0
The project was created, and I was able to build it successfully. However, as soon as I ran the Metro bundler, the app displayed a black screen. I had to manually close the app and reopen it for anything to appear.
Steps to reproduce
npx @react-native-community/[email protected] init AwesomeProject --version 0.78.0
React Native Version
0.78.0
Output of
npx @react-native-community/cli info
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: