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

[Feature] Investigate if it is possible to implement 'Reload app' and 'Show DevMenu' commands via Metro bundler instead of NativeModules

Open SounD120 opened this issue 5 years ago • 2 comments

🚀 Feature request

We need to investigate if we can trigger Reload app and Show DevMenu commands on iOS and RNW without triggering NativeModules inside of React Native core. More info: https://github.com/microsoft/react-native-windows/issues/3822#issuecomment-629566126

What scenarios will this solve?

This will allow to not depend on React Native code base inside of debuggerWorker.js and may be helpful when the only direct debugging will be allowed

SounD120 avatar Jun 10 '20 12:06 SounD120

We found out that we can use Reload app and Show DevMenu commands via Metro bundler, but for now the Show DevMenu command doesn't work properly. We opened the issue about this problem.

RedMickey avatar Jul 22 '20 13:07 RedMickey

This

We found out that we can use Reload app and Show DevMenu commands via Metro bundler, but for now the Show DevMenu command doesn't work properly. We opened the issue about this problem.

This issue is still existing, keep tracking.

EzioLi01 avatar Aug 01 '22 07:08 EzioLi01

Still repro on 0.71.1.

EzioLi01 avatar Feb 01 '23 04:02 EzioLi01

This issue should be fixed with https://github.com/facebook/react-native/pull/36115.

EzioLi01 avatar Jun 02 '23 12:06 EzioLi01