react-native-debugger icon indicating copy to clipboard operation
react-native-debugger copied to clipboard

The react native page is not updated after modification

Open aibihub opened this issue 2 years ago • 0 comments

React Native Debugger app version: 0.13.0 React Native version: 0.71.3 Platform: iOS & Android Is real device of platform: Yes, using a real device Operating System: mac

new ,The react native page is not updated after modification,why? I try to used

npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/ && react-native run-android

Although the effect is achieved, I don't want to need such an operation every time I view the modified page. Is there a more elegant solution?

aibihub avatar May 31 '23 09:05 aibihub