Skip to content

Commit fd1da73

Browse files
mbrockTj
authored andcommitted
KnownIssues.md: mention non-working devtools tab
1 parent eb09a9f commit fd1da73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/KnownIssues.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ permalink: docs/known-issues.html
77
next: performance
88
---
99

10+
### Devtools "React" Tab Does Not Work
11+
12+
It's [currently not possible](https://github.com/facebook/react-devtools/issues/229) to use the "React" tab in the devtools to inspect app widgets. This is due to a change in how the application scripts are evaluated in the devtools plugin; they are now run inside a Web Worker, and the plugin is unaware of this and so unable to communicate properly with React Native.
13+
14+
However, you can still use the Console feature of the devtools, and debugging JavaScript with breakpoints works too. To use the console, make sure to select the `⚙debuggerWorker.js` entry in the devtools dropdown that by default is set to `<top frame>`.
15+
1016
### Missing Modules and Native Views
1117

1218
This is an initial release of React Native Android and therefore not all of the views present on iOS are released on Android. We are very much interested in the communities' feedback on the next set of modules and views for Open Source. Not all native views between iOS and Android have a 100% equivalent representation, here it will be necessary to use a counterpart eg using ProgressBar on Android in place of ActivityIndicator on iOS.

0 commit comments

Comments
 (0)