Skip to content
3 changes: 1 addition & 2 deletions src/components/AmountPicker/AmountSelectorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ function AmountSelectorModal({value, description = '', onValueSelected, isVisibl
isVisible={isVisible}
onClose={onClose}
onModalHide={onClose}
hideModalContentWhileAnimating
useNativeDriver
enableEdgeToEdgeBottomSafeAreaPadding
shouldUseReanimatedModal
>
<ScreenWrapper
enableEdgeToEdgeBottomSafeAreaPadding
Expand Down
3 changes: 1 addition & 2 deletions src/components/TextPicker/TextSelectorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,9 @@ function TextSelectorModal({
isVisible={isVisible}
onClose={hide}
onModalHide={hide}
hideModalContentWhileAnimating
useNativeDriver
shouldUseModalPaddingStyle={false}
enableEdgeToEdgeBottomSafeAreaPadding
shouldUseReanimatedModal
>
<ScreenWrapper
enableEdgeToEdgeBottomSafeAreaPadding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ function InitialListValueSelectorModal({isVisible, currentValue, label, subtitle
isVisible={isVisible}
onClose={onClose}
onModalHide={onClose}
hideModalContentWhileAnimating
useNativeDriver
enableEdgeToEdgeBottomSafeAreaPadding
shouldUseReanimatedModal
>
<ScreenWrapper
style={styles.pb0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ function TypeSelectorModal({isVisible, currentType, label, subtitle, onTypeSelec
isVisible={isVisible}
onClose={onClose}
onModalHide={onClose}
hideModalContentWhileAnimating
useNativeDriver
enableEdgeToEdgeBottomSafeAreaPadding
shouldUseReanimatedModal
>
<ScreenWrapper
style={styles.pb0}
Expand Down
Loading