Skip to content

Commit 56a72db

Browse files
authored
Merge pull request Expensify#67043 from software-mansion-labs/feat/migrate-more-right-docked-modals-again
2 parents 3b65927 + 09a8e59 commit 56a72db

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

src/components/PushRowWithModal/PushRowModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function PushRowModal({isVisible, selectedOption, onOptionChange, onClose, optio
7777
type={CONST.MODAL.MODAL_TYPE.RIGHT_DOCKED}
7878
onModalHide={handleClose}
7979
shouldUseCustomBackdrop
80-
useNativeDriver
80+
shouldUseReanimatedModal
8181
>
8282
<ScreenWrapper
8383
includePaddingTop={false}

src/components/TimeModalPicker.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ function TimeModalPicker({value, errorText, label, onInputChange = () => {}}: Ti
5555
isVisible={isPickerVisible}
5656
onClose={hidePickerModal}
5757
onModalHide={hidePickerModal}
58-
hideModalContentWhileAnimating
59-
useNativeDriver
6058
enableEdgeToEdgeBottomSafeAreaPadding
59+
shouldUseReanimatedModal
6160
>
6261
<ScreenWrapper
6362
style={styles.pb0}

src/pages/workspace/accounting/netsuite/import/NetSuiteImportCustomFieldNew/NetSuiteCustomListSelectorModal.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ function NetSuiteCustomListSelectorModal({isVisible, currentCustomListValue, onC
7070
isVisible={isVisible}
7171
onClose={onClose}
7272
onModalHide={onClose}
73-
hideModalContentWhileAnimating
74-
useNativeDriver
7573
onBackdropPress={onBackdropPress}
7674
enableEdgeToEdgeBottomSafeAreaPadding
75+
shouldUseReanimatedModal
7776
>
7877
<ScreenWrapper
7978
includePaddingTop={false}

0 commit comments

Comments
 (0)