vscode-react-native
                                
                                
                                
                                    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
🚀 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
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
We found out that we can use
Reload appandShow DevMenucommands via Metro bundler, but for now theShow DevMenucommand doesn't work properly. We opened the issue about this problem.
This issue is still existing, keep tracking.
Still repro on 0.71.1.
This issue should be fixed with https://github.com/facebook/react-native/pull/36115.