Expo Tools pause on wrong breakpoints.

Hi everyone, I am using the Expo Tools extension in Visual Studio Code to debug a React Native (Expo) application. I don’t understand why it stops at the wrong breakpoint. For example, when the checkLogin() function is called, the debugger doesn’t stop at line 38, but it stops at line 40 instead. (the line 38 and 39 is bypassed)
386545995_974465990322751_7755161754920210758_n