library screen web

This commit is contained in:
2025-09-30 16:53:14 +02:00
parent cf46c4599a
commit a16a88056b
6 changed files with 201 additions and 45 deletions
+2
View File
@@ -35,6 +35,7 @@ export default ({
headerTitleStyle = {},
hideBackButton = false,
width = undefined,
maxWidth = null,
}) => {
// const { currentUID } = useUserData();
@@ -73,6 +74,7 @@ export default ({
paddingBottom: 0,
...(isWeb ? { maxHeight: "100svh" } : {}),
width: computedWidth,
maxWidth: maxWidth ? maxWidth : null,
alignSelf: isWeb ? "center" : "auto",
...containerStyle,
}}