Skip to content

Commit 7227977

Browse files
PresentationStyle
pageSheet
1 parent 0130cb1 commit 7227977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Date/DatePickerModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ export function DatePickerModal(
6969
<View style={[StyleSheet.absoluteFill]} pointerEvents="box-none">
7070
<Modal
7171
animationType={animationTypeCalculated}
72-
transparent={true}
72+
transparent={false}
7373
visible={visible}
7474
onRequestClose={rest.onDismiss}
75-
presentationStyle="overFullScreen"
75+
presentationStyle="pageSheet"
7676
supportedOrientations={supportedOrientations}
7777
//@ts-ignore
7878
statusBarTranslucent={true}

0 commit comments

Comments
 (0)