At the moment running inspector in react-native application throws an Error.
ERROR TypeError: this.options.window.open is not a function (it is undefined), js engine: hermes
I don't believe it'll be exactly possible to handle opening the browser whilst its running within RN
Could checking for access of window, prior to just opening, and then logging out the url to console be an option to give access as a workaround when working outside of browser
At the moment running inspector in react-native application throws an Error.
I don't believe it'll be exactly possible to handle opening the browser whilst its running within RN
Could checking for access of
window, prior to just opening, and then logging out the url to console be an option to give access as a workaround when working outside of browser