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.14k stars 326 forks source link

ios newarchitecture build failed: No matching function for call to 'unixMillisToNSDate' #820

Open qinlichao opened 1 month ago

qinlichao commented 1 month ago

Describe the bug ios newarchitecture build failed: No matching function for call to 'unixMillisToNSDate'

Expected behavior build success

RNDatePicker:

// date if(oldViewProps.date != newViewProps.date) { [_picker setDate: unixMillisToNSDate(newViewProps.date)]; }

Smartphone (please complete the following information):

henninghall commented 1 month ago

What iOS and Xcode version are you using?