-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Uncaught (in promise) Error: DeltaPatcher should receive a base Bundle when being initialized #24434
Comments
Hello there 👋 this issue doesn't have a repro (which means, a Also, it seems to be actually related to/caused by Metro, would you mind, after creating a repro, open an issue there? https://github.com/facebook/metro/ |
for me the error was because of faulty imports of component i.e in Correct Path or file name, in my case I was importing like |
Closing the existing chrome debugger and opening a new one fixed for me. |
Just kill the 'metro bundler' window and re-run the project ex: 'react-native run-android'. If you have debugger window open then refresh that too. |
This worked for me. Try starting from 6) first, to see if it really is just a case of needing to stash / pop changes. If that doesn't work start from 1):
|
Description
When trying to run
react-native run-android
on a linux machine I get the above error,The error is not related to hot reloading as it appears at the first attempt to debug the app
Code Example
Environment
React Native Environment Info:
System:
OS: Linux 4.14 Manjaro Linux undefined
CPU: (4) x64 Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz
Memory: 375.55 MB / 7.69 GB
Shell: 4.4.23 - /bin/bash
Binaries:
Node: 10.10.0 - /usr/bin/node
npm: 6.4.1 - /usr/bin/npm
IDEs:
Android Studio: 3.3
npmPackages:
react: 16.8.3 => 16.8.3
react-native: 0.59.1 => 0.59.1
npmGlobalPackages:
create-react-native-app: 2.0.2
react-native-cli: 2.0.1
The text was updated successfully, but these errors were encountered: