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

removed unused code

parent b6c12647
......@@ -13,19 +13,6 @@ export const AppDatePicker = () => {
setDate(currentDate);
};
const showMode = (currentMode) => {
setShow(true);
setMode(currentMode);
};
const showDatepicker = () => {
showMode('date');
};
const showTimepicker = () => {
showMode('time');
};
return (
<View style={styles.datepicker}>
<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