Debugging tsx files

Hi everyone, I try to debug RN app with typescript and I don’t have my .tsx files in react native debugger, so I can’t set breakpoints. I have ““sourceMap”: true” in my tsconfig.ts and I have .map.js files next to .js files in my build folder. How can I download to react native debugger my .tsx files ? Thanks in advance

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.