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