-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Not working with react-native #708
Comments
I've try to fix it with facebook/react-native#13116 but still not landed, the bug is from
Actually I've wrote a temporary workaround in troubleshooting.md of react-native-debugger, let it fallback to the custom polyfill. |
Thank you very much but I tried the work around and still nothing. Ive tried with simulator and real device. Also maybe related: after reloading the app i always get the error: Expected to run on UI thread, which i only started getting after the last update. |
Can we just disable using rIC on our side if the polyfill is bad? I'd be open to taking a PR that checks for a native implementation using function toString before using it. |
That will help more people get rid of this problem! |
Sounds like a plan. Want to do it? |
React DevTools has been rewritten and recently launched a new version 4 UI. The source code for this rewrite was done in a separate repository and now lives in the main React repo (github.com/facebook/react). Because version 4 was a total rewrite, and all issues in this repository are related to the old version 3 of the extension, I am closing all issues in this repository. If you can still reproduce this issue, or believe this feature request is still relevant, please open a new issue in the React repo: https://github.com/facebook/react/issues/new?labels=Component:%20Developer%20Tools |
The image shows how far i can get.
Nothing happens when clicking on the View in the inspector nor on the children objects in the developer tools. When using the inspector in the simulator i can highlight elements but no details show up.
When using the chrome developer tools the react-devtools windows stays on
Connecting to React…
Also tried the react-devtools chrome extension which keeps saying
This page doesn’t appear to be using React.
Also tried the stand alone react native debugger but inspector does not show up. I remember at at one stage the inspector in the react native debugger was working. i didn't really need it at the time but now i really need to inspect elements style. Any help would be appreciated.
EDIT
Also maybe related: after reloading the app i always get the error: Expected to run on UI thread, which i only started getting after the last update.
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
Mac OSX Sierra,
Android API 25
The text was updated successfully, but these errors were encountered: