ALF add to list dialog

This commit is contained in:
Samuel Newman
2025-04-17 18:13:22 +03:00
parent 95ab4fa0a1
commit 27bd1bb65e
4 changed files with 405 additions and 17 deletions
+4 -1
View File
@@ -28,6 +28,8 @@ export function Header({
<View
onLayout={onLayout}
style={[
a.sticky,
a.top_0,
a.relative,
a.w_full,
a.py_sm,
@@ -41,7 +43,8 @@ export function Header({
{borderTopLeftRadius: a.rounded_md.borderRadius},
{borderTopRightRadius: a.rounded_md.borderRadius},
style,
]}>
]}
onLayout={onLayout}>
{renderLeft && (
<View style={[a.absolute, {left: 6}]}>{renderLeft()}</View>
)}