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

Not Fabric (new architecture for React-Native) Compatible. #759

Closed mrfrigerio closed 8 months ago

mrfrigerio commented 8 months ago

I'm trying to use this library on a new project using "expo": "~50.0.5" and "react-native": "0.73.2" with newArchitecture enabled but this library doesn't works.

Minimum code to reproduce: <DatePicker date={new Date()} onDateChange={(newDate) => { // do something }} androidVariant="iosClone" />

mrfrigerio commented 8 months ago

I've tested only on Android and this doesn't worked for me.

henninghall commented 8 months ago

Missing issue template