Closed Hammad-012 closed 1 year ago
<TouchableOpacity onPress={() => setOpen(true)}> <Text style={{color:'#666', marginLeft:5,marginTop:5}}>Date of Birth <DatePicker modal mode="date" open={open} date={date} onConfirm={(date) => { setOpen(false); setDate(date); }} onCancel={() => { setOpen(false); }} />
<TouchableOpacity onPress={() => setOpen(true)}> <Text style={{color:'#666', marginLeft:5,marginTop:5}}>Date of Birth <DatePicker modal mode="date" open={open} date={date} onConfirm={(date) => { setOpen(false); setDate(date); }} onCancel={() => { setOpen(false); }} />
TypeError: NativePicker.openPicker is not a function (it is undefined)