Enlarge the view header, left align the title, and add a compose button
This commit is contained in:
parent
cb5210d24d
commit
1784a4912d
5 changed files with 37 additions and 75 deletions
|
@ -80,7 +80,11 @@ export const Home = observer(function Home({
|
|||
|
||||
return (
|
||||
<View style={s.flex1}>
|
||||
<ViewHeader title="Bluesky" subtitle="Private Beta" />
|
||||
<ViewHeader
|
||||
title="Bluesky"
|
||||
subtitle="Private Beta"
|
||||
onPost={onCreatePost}
|
||||
/>
|
||||
<Feed
|
||||
key="default"
|
||||
feed={defaultFeedView}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue