xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 725 forks source link

ios设置mode='data'为什么就显示一行数据 #439

Open Muriel0603 opened 3 years ago

Muriel0603 commented 3 years ago

<DatePicker customStyles={{ dateIcon: { width: 0, height: 0, }, dateInput: { borderWidth: 0, alignItems: alignItems, margin: 0, fontSize: 15, color: '#333' } }} date={this.props.date} style={{flex: 1}} placeholder={this.props.placeholder} locale={"zh-Hans"} mode="date" androidMode='spinner' format="YYYY-MM-DD" minDate='1920-01-01' maxDate='2030-01-01' onDateChange={(date) => { this.props.onDateChange(date) }}/>

WechatIMG22

xiaohui-hiwintech commented 3 years ago

I have the same issue. do you resolve this?

joaops95 commented 3 years ago

Me too, any way to resolve it?

xiaohui-hiwintech commented 3 years ago

Me too, any way to resolve it?

please refer to #425 , there is a solution in the post, need to add some code in ios native code.

VivekkChudasama commented 3 years ago

Me too, any way to resolve it?