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.25k stars 346 forks source link

Version 4.3.3 is not working properly with IOS version 17.1.2 #733

Closed priteshmindcrew closed 9 months ago

priteshmindcrew commented 11 months ago

the library is working fine till IOS version 17.1.1 but it is not working fine with the IOS version 17.1.2 in this the fonts are not visible

henninghall commented 11 months ago

Can you add a screenshot? Have you tried setting the theme prop?

arkhamRejek commented 11 months ago

I'm on IOS Version 17.03, i'm getting a full white screen anytime I select the date picker. I'm on 4.3.4

gunjankumar58 commented 10 months ago

It is not woking "react-native": "0.67.4", "react-native-date-picker": "4.3.5",

IOS version: 17.2

Error Log:

Error: Unable to resolve module ./Libraries/Components/DatePicker/DatePickerIOS

None of these files exist:

Screenshot 2023-12-29 at 12 23 37 PM
gunjankumar58 commented 10 months ago

This is also reported in this thrread. https://github.com/facebook/react-native/issues/37817