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
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
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?
The text was updated successfully, but these errors were encountered: