-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native compatibility #1
Comments
This error commonly occurs when the entry file (
By confirming the correct registration of your main component within the entry file using |
I've edited the error report to remove those metro violations, those lines were superfluous, that violation occurs due to the preceding error. The app is definitely registered correctly and only errors once adding in the inspector to a machine |
Hi, is there any progress on that? |
We're working on a websocket inspector adapter in this package that should be used instead. |
Def a bit hacky, but here's a working fork that works w/RN: https://github.com/tnortman-jabra/stately-inspect/pull/1/files |
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 browserThe text was updated successfully, but these errors were encountered: