I am new to React-Native development. I found out two issues that are related to debugging react-native code with React Native Debugger Tools.
- The source code to be debugged is not organized in a folder structure, instead, The source code is listed in the same folder.
- The vendor code (node_modules) also included in the source panel.
Anyway, it is not convenient to debug the code and inefficient.