-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
New project in RN 0.59.4 fails to bundle #24460
Comments
@danielgindi Could you please tell me your project's devDependencies ? |
@saxenanickk It's a new project created by |
@danielgindi Make sure there @babel/runtime is present there. |
|
@danielgindi I just ran a sample project with your |
@saxenanickk Latest xcode version. |
@danielgindi Share your email. |
@saxenanickk It's in my profile, but anyway here it is: [email protected] |
Is your react native cli update and coming from https://github.com/react-native-community/cli? Also that that babel.config is setup correctly: https://stackoverflow.com/questions/55671556/index-js-cannot-find-module-react-native-community-cli-node-modules-metro I checked my installation and it doesn't have the react-transform-hmr package installed, so probably something is out of date |
@JKCooper2 It exists and configured fine. Also yes it's |
Doing The difference is that it runs |
Am I the only one this happens to? |
Same problem here |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
🐛 Bug Report
Since 0.59.x, even 0.59.4 - I get this:
And on the
react-native start
side:To Reproduce
react-native start --reset-cache
react-native run-ios
Expected Behavior
Run.
Environment
The text was updated successfully, but these errors were encountered: