Commit 6a22fee9 authored by pramod.nichelabs's avatar pramod.nichelabs

removed unused code

parent b6c12647
...@@ -13,19 +13,6 @@ export const AppDatePicker = () => { ...@@ -13,19 +13,6 @@ export const AppDatePicker = () => {
setDate(currentDate); setDate(currentDate);
}; };
const showMode = (currentMode) => {
setShow(true);
setMode(currentMode);
};
const showDatepicker = () => {
showMode('date');
};
const showTimepicker = () => {
showMode('time');
};
return ( return (
<View style={styles.datepicker}> <View style={styles.datepicker}>
<DateTimePicker <DateTimePicker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment