Skip to content
2 changes: 1 addition & 1 deletion src/components/PushRowWithModal/PushRowModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function PushRowModal({isVisible, selectedOption, onOptionChange, onClose, optio
type={CONST.MODAL.MODAL_TYPE.RIGHT_DOCKED}
onModalHide={handleClose}
shouldUseCustomBackdrop
useNativeDriver
shouldUseReanimatedModal
>
<ScreenWrapper
includePaddingTop={false}
Expand Down
3 changes: 1 addition & 2 deletions src/components/TimeModalPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ function TimeModalPicker({value, errorText, label, onInputChange = () => {}}: Ti
isVisible={isPickerVisible}
onClose={hidePickerModal}
onModalHide={hidePickerModal}
hideModalContentWhileAnimating
useNativeDriver
enableEdgeToEdgeBottomSafeAreaPadding
shouldUseReanimatedModal
>
<ScreenWrapper
style={styles.pb0}
Expand Down
3 changes: 1 addition & 2 deletions src/components/ValuePicker/ValueSelectorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ function ValueSelectorModal({
isVisible={isVisible}
onClose={() => onClose?.()}
onModalHide={onClose}
hideModalContentWhileAnimating
useNativeDriver
onBackdropPress={onBackdropPress}
shouldHandleNavigationBack
enableEdgeToEdgeBottomSafeAreaPadding
shouldUseReanimatedModal
>
<ScreenWrapper
includePaddingTop={false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ function NetSuiteCustomListSelectorModal({isVisible, currentCustomListValue, onC
isVisible={isVisible}
onClose={onClose}
onModalHide={onClose}
hideModalContentWhileAnimating
useNativeDriver
onBackdropPress={onBackdropPress}
enableEdgeToEdgeBottomSafeAreaPadding
shouldUseReanimatedModal
>
<ScreenWrapper
includePaddingTop={false}
Expand Down
Loading