David Pons
David Pons
React Native app with Expo SDK 51 running on an Android device. "@formkit/tempo": "^0.1.2", "expo": "~51.0.28", "react": "18.2.0", "react-native": "0.74.5", let dateParsed = parse("2024-09-10 00:00:00", "YYYY-MM-DD HH:mm:ss", "es"); // 2024-09-09T22:00:00.000Z...
It seems the problem is that the JS engine included with Android is simplified and lacks many UI-focused APIs, as headless JS engines tend to be used for non-UI purposes,...
Yes, thank you very much.