Date string handling different when remote debugging?

I’m having an issue with my app where it works fine when remote debugging is turned on.

As soon as i try to render the same screen with remote debugging turned off, i get the error.

I was wondering if there is a place i could find that explains the technical differences between turning remote debugging on and off?

Thanks everyone!

Hi cjoseph,
Did you ever find out the differences between remote debug on/off, specifically with react-native-calendars?

What errors/differences do you see exactly?

I think remote debugging runs the code in Chrome rather than in the JS engine on your phone.