update sheet detent for adding a playlist

hoping this fixes it on ipad
This commit is contained in:
Violet Caulfield
2025-02-12 11:17:55 -06:00
parent a9f304c7cb
commit 74503b6a8a

View File

@@ -69,7 +69,7 @@ export default function Home(): React.JSX.Element {
<HomeStack.Group screenOptions={{
presentation: 'formSheet',
sheetInitialDetentIndex: 0,
sheetAllowedDetents: [0.25]
sheetAllowedDetents: [0.5]
}}>
<HomeStack.Screen
name="AddPlaylist"