react-native-web, DatePicker component?
I was hoping to use https://github.com/xgfe/react-native-datepicker with react-native-web but it's not compatible I think. Is there other library that offers native datepicker look as in the image which are compatible with react-native-web ? one possibility is to write a native input with "date" type with the createElement function from react-native-web library like i did here with select and option tags: https://gist.github.com/orYoffe/1f5d1651bab5d477730aec317ed405fc Then you would have native behaviour on mobile web and other native supported features 来源: https://stackoverflow.com/questions