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
Open
Description
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!
Metadata
Assignees
Labels
No labels