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 ccae52f612
commit 60c72087ff
3 changed files with 49 additions and 13 deletions

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}
/>