You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im just building the APK file from react native cli after creating the project and then run the metro its install the debug app but not reflect changes even the metro disconnect from emulator and physical devices !
#2579
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.
I've encountered an issue where changes made to my React Native CLI project do not reflect in the debuger after building and installing the APK on a physical device. Here's a summary of the steps I've taken:
Built the project using ./gradlew assembleRelease, which successfully created the APK.
Installed the APK on my device and the app launched successfully.
However,after that im install the debugger for show the modification but when im making in changes and going to reloading through Metro Bundler, the changes do not reflect on the device even its lost the metro connection with the emulator or any physical device .
I've attempted the following troubleshooting steps without success:
Reloaded the Metro Bundler.
Deleted caches and cleaned Gradle.
Restarted the development server.
Rebuilt and reinstalled the debugger apk multiple times.
and try every possible solution that given from ai and internet still failed
The app still fails to reflect new changes. Any help or guidance would be appreciated!
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days.
I've encountered an issue where changes made to my React Native CLI project do not reflect in the debuger after building and installing the APK on a physical device. Here's a summary of the steps I've taken:
I've attempted the following troubleshooting steps without success:
Reloaded the Metro Bundler.
Deleted caches and cleaned Gradle.
Restarted the development server.
Rebuilt and reinstalled the debugger apk multiple times.
and try every possible solution that given from ai and internet still failed
The app still fails to reflect new changes. Any help or guidance would be appreciated!
The text was updated successfully, but these errors were encountered: