library screen web
This commit is contained in:
@@ -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,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user