I'm looking for how to inspect elements with component names. As you know, when we use react devtools, it only shows us the unfamiliar iOS component name. I googled a lot about this, but I couldn't find about it so far. Can anyone please let me know if you have an idea of how to inspect React Native elements?
there are two ways:
1-you can check the component name by inspecting it in react native by command + D (⌘D) then select show inspector.
2- you can use React Developer Tools. Check the following link https://reactnative.dev/docs/debugging#react-developer-tools.