Cleanup some mapper stuff (#1351)

This commit is contained in:
Zoe Roux
2026-03-11 17:58:19 +01:00
committed by GitHub
parent 732eb2b3c0
commit 75cccdbe33
6 changed files with 76 additions and 30 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export const Modal = ({
{scroll ? (
<ScrollView className="p-6">{children}</ScrollView>
) : (
<View>{children}</View>
<View className="flex-1">{children}</View>
)}
</Pressable>
</Pressable>