Add current user profile to header and enlarge the header

This commit is contained in:
Paul Frazee
2022-11-15 13:11:01 -06:00
parent 36b9020f36
commit aaf10bfdbf
3 changed files with 49 additions and 13 deletions
+1
View File
@@ -115,6 +115,7 @@ export const Profile = observer(({visible, params}: ScreenParams) => {
renderItem = (item: any) => (
<View style={s.p5}>
<ErrorMessage
dark
message={item.error}
onPressTryAgain={onPressTryAgain}
/>