Add current user profile to header and enlarge the header
This commit is contained in:
parent
ccae52f612
commit
60c72087ff
3 changed files with 49 additions and 13 deletions
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue