This commit is contained in:
Philip Cesar Garay
2025-08-15 21:02:34 +08:00
parent 41636b5dbc
commit a8ebe8bcc3
39 changed files with 1436 additions and 391 deletions
+2
View File
@@ -36,6 +36,7 @@ export default ({
onBackPressed = null,
backgroundImg = background.writingBG,
headerTitleStyle = {},
hideBackButton = false,
}) => {
const { currentUID } = useUserData();
@@ -81,6 +82,7 @@ export default ({
rightComponent={rightComponent}
onBackPressed={onBackPressed}
headerTitleStyle={headerTitleStyle}
hideBackButton={hideBackButton}
/>
)
) : null}