Skip to content
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

Issue with Reloading React Native Application after Disconnecting from Metro #2259

Open
vishaldybot opened this issue Jan 13, 2024 · 3 comments

Comments

@vishaldybot
Copy link

Environment:

  • React Native Version
  • Operating System
  • Device Used for Testing

Description:
I am encountering an issue with my React Native project during the development process. After successfully building the application using npx react-native run-android and starting the Metro bundler with npx react-native start, the application runs as expected. However, the problem arises when I disconnect the application from the Metro bundler and attempt to reload it.

Steps to Reproduce:

npx react-native run-android
npx react-native start

Disconnect the application from the Metro bundler.
Attempt to reload the application by removing it from recent apps and reopening it.

Expected Result:
The application should reload and function normally after being disconnected from the Metro bundler.

Actual Result:
Upon trying to reload the application, I receive the following error message:

"Unable to load script. Make sure you're either running Metro (run npx react-native start) or that your bundle index.android.bundle is packaged correctly for release."

This error prevents the application from reloading properly.

Additional Information:

No significant changes were made to the project configuration that might lead to this issue. The issue persists even after attempting standard troubleshooting steps such as cleaning the build and restarting the bundler.

Impact:

This issue significantly hampers the development workflow, as it requires a complete rebuild of the application for every change when disconnected from the Metro bundler.

@szymonrybczak
Copy link
Collaborator

Hm, @vishaldybot can you record a demo of this behaviour?

@umer-nazir02
Copy link

Facing same issue.

@vishaldybot
Copy link
Author

@umer-nazir02 Is the issue resolved??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants