Skip to content

Commit 7081915

Browse files
committed
Migrate (again) ValueSelectorModal to use Reanimated modal
1 parent 60677bc commit 7081915

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/ValuePicker/ValueSelectorModal.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ function ValueSelectorModal({
2323
isVisible={isVisible}
2424
onClose={() => onClose?.()}
2525
onModalHide={onClose}
26-
hideModalContentWhileAnimating
27-
useNativeDriver
2826
onBackdropPress={onBackdropPress}
2927
shouldHandleNavigationBack
3028
enableEdgeToEdgeBottomSafeAreaPadding
29+
shouldUseReanimatedModal
3130
>
3231
<ScreenWrapper
3332
includePaddingTop={false}

0 commit comments

Comments
 (0)