Might be related to the other issue I posted
In that issue, we were passing a non-ISO date string to the Javascript new Date(). It works for some of the devices (Javascript runtime) but didn't work for all of them. And we make this call at a global level so it's causing the entire ReactNative app to crash.
new Date("2023-01-01") // Invalid for SOME devices (Javascript runtime)
new Date("2023-01-01T00:00:00.000Z") // Valid for all devices
Topic:
Accessibility & Inclusion
SubTopic:
General
Tags: