chore: remove native ios modals

This commit is contained in:
Adrian Castro
2024-03-20 14:44:41 +01:00
parent 9c232fd838
commit 262572dde3
5 changed files with 2 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ const PlayerText = styled(Text, {
function SettingsSheet(props: SheetProps) {
return (
<Sheet
snapPoints={[90]}
snapPoints={[80]}
dismissOnSnapToBottom
modal
animation="spring"
@@ -54,7 +54,7 @@ function SettingsSheetFrame({
}) {
return (
<SafeAreaProvider>
<SafeAreaView style={{ flex: 1 }}>
<SafeAreaView style={{ flex: 1, backgroundColor: "black" }}>
<Sheet.Frame
backgroundColor="$playerSettingsBackground"
padding="$5"