henninghall / react-native-date-picker

React Native Date Picker is datetime picker for Android and iOS. It includes date, time and datetime picker modes. The datepicker is customizable and is supporting different languages. It's written with native code to achieve the best possible look, feel and performance.
MIT License
2.21k stars 338 forks source link

[android][new_arch][fix]: pass timestamp string instead of iso string… #848

Closed badrey closed 1 month ago

badrey commented 1 month ago

A workaround for runtime error with new architecture enabled on Android https://github.com/henninghall/react-native-date-picker/issues/840

henninghall commented 1 month ago

Please provide example code where this issue is reproducible and I'll look into it