react-native-datepicker icon indicating copy to clipboard operation
react-native-datepicker copied to clipboard

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

Open Muriel0603 opened this issue 5 years ago • 4 comments

<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

Muriel0603 avatar Dec 08 '20 02:12 Muriel0603

I have the same issue. do you resolve this?

xiaohui-hiwintech avatar Jan 25 '21 06:01 xiaohui-hiwintech

Me too, any way to resolve it?

joaointech avatar Jan 28 '21 12:01 joaointech

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.

xiaohui-hiwintech avatar Jan 29 '21 02:01 xiaohui-hiwintech

Me too, any way to resolve it?

VivekkChudasama avatar May 18 '21 06:05 VivekkChudasama