software-mansion / react-native-ide

VSCode extension that turns your editor into a fully fledged IDE for React Native and Expo.
https://ide.swmansion.com
Other
817 stars 28 forks source link

Inspect tool - Some elements cannot be inspected #38

Open maciejtrabkaswm opened 5 months ago

maciejtrabkaswm commented 5 months ago

Tested on: RandomQuotes - HomeScreen.tsx

Location: Inspect tool

Description: Some elements cannot be inspected

element can be inspected, two elements inside cannot be inspected ![image](https://github.com/software-mansion-labs/react-native-ide/assets/97039352/1f2c287d-ee71-4497-a1e3-7b914c23b61a)
filip131311 commented 5 months ago

This is a problem with react native inspector tool not returning, top components in some cases, when using external liberties. Using current method for how inspector works we can not do anything about it, fortunately the problem seems to be contained to very small subset of cases.