|
If i open the Context Menu in Developer Mode (Shaking the phone) and press "Toggle element inspector", it doesn't show the Element inspector on any react-true-native-sheet. Dismissing the sheet, I see it, but I cannot inspect elements - the Inspector UI is hidden by the sheet. Is this a limitation or a bug? |
Answered by
lodev09
Sep 9, 2026
Replies: 3 comments
|
@zollipaul yeah this is a limitation. The way IOS lays out content makes it difficult to implement. |
0 replies
|
Could it be that with new version, react-native-true-sheet blocks the element inspector on whole app, not only for the open sheet? Could you @lodev09 verify this quickly on your own phone with newest version? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a side effect of
v4synchronous layout, inspector now works on true sheet!#832