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
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: microsoft/react-native-windows#3822 (comment)
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
The text was updated successfully, but these errors were encountered:
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.
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.
EzioLi01
changed the title
[Feature] Investigate if it is possible to implement 'Reload app' and 'Show DevMenu' commands via Metro bundler instead of NativeModules
[Bug] "Open developer menu" command doesn't work from the terminal for iOS and RNW
Jan 18, 2023
EzioLi01
changed the title
[Bug] "Open developer menu" command doesn't work from the terminal for iOS and RNW
Known issues of iOS debugging
Jun 2, 2023
EzioLi01
changed the title
Known issues of iOS debugging
"Open developer menu" command doesn't work from the terminal for iOS and RNW
Jun 2, 2023
🚀 Feature request
We need to investigate if we can trigger
Reload app
andShow DevMenu
commands on iOS and RNW without triggeringNativeModules
inside of React Native core.More info:
microsoft/react-native-windows#3822 (comment)
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 allowedThe text was updated successfully, but these errors were encountered: