|
@@ -503,6 +503,7 @@ const AddNewTripScreen = ({ route }: { route: any }) => {
|
|
ref={actionSheetRef}
|
|
ref={actionSheetRef}
|
|
gestureEnabled={false}
|
|
gestureEnabled={false}
|
|
headerAlwaysVisible={true}
|
|
headerAlwaysVisible={true}
|
|
|
|
+ onTouchBackdrop={handleDateConfirm}
|
|
CustomHeaderComponent={
|
|
CustomHeaderComponent={
|
|
<View style={styles.datePickerHeader}>
|
|
<View style={styles.datePickerHeader}>
|
|
<TouchableOpacity onPress={handleDateCancel}>
|
|
<TouchableOpacity onPress={handleDateCancel}>
|