I'm writing code using React native and compiling from android studio with emulator. I do cntrl+m on the emulator and say "show inspector" and click on the elements, but it doesn't say on which line the code is. I also used dev-tool. I couldn't find it there either.The "<>" part appears to be unclickable.
My question is: How do I see the source code line and go to the main code when I click on the element(button,text....)?