plz don't take up the full height tho

This commit is contained in:
Violet Caulfield
2025-02-10 22:32:38 -06:00
parent 1fb60d8a11
commit c2c9b4058a
+1 -1
View File
@@ -66,7 +66,7 @@ export default function Home(): React.JSX.Element {
</HomeStack.Group>
{/* https://www.reddit.com/r/reactnative/comments/1dgktbn/comment/lxd23sj/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button */}
<HomeStack.Group screenOptions={{ presentation: 'formSheet', sheetAllowedDetents: [-1] }}>
<HomeStack.Group screenOptions={{ presentation: 'formSheet', sheetInitialDetentIndex: 1, sheetAllowedDetents: [0.25] }}>
<HomeStack.Screen
name="AddPlaylist"
component={AddPlaylist}