I want to give some width to Piker in react native
but it can't apply on time picker
<DateTimePicker
// testID={'date'}
value={date}
mode={'date'}
is24Hour={true}
display="default"
onChange={onChangeDate}
style={{width: wp('40%'), backgroundColor: 'red', flex: 1, height: hp('10%')}}
/>
