See facebook/react-devtools#703, it would be better for Show <> in Source feature for React DevTools.
Also, it's possible to set a function to debugger worker, let user set the projectRoots in JS:
if (window.setProjectRootForRNDebugger) {
window.setProjectRootForRNDebugger('<path_of_project>')
}
Except the global function, it seems to be no good way without rndebugger-open, so we should make it recommended to use in the documentation.
See facebook/react-devtools#703, it would be better for
Show <> in Sourcefeature for React DevTools.react-native-debugger-opencan detectprojectRootsREACT_DEBUGGERenv withreact-native-debugger-openfor RN packager, it will includedprojectRootsAlso, it's possible to set a function to debugger worker, let user set the
projectRootsin JS:Except the global function, it seems to be no good way without
rndebugger-open, so we should make itrecommended to usein the documentation.