Add icons
This commit is contained in:
parent
dc55f58004
commit
e78143b3dc
10 changed files with 218 additions and 57 deletions
|
@ -14,9 +14,6 @@ export function Home(/*{navigation}: RootTabsScreenProps<'Home'>*/) {
|
|||
return (
|
||||
<Shell>
|
||||
<View>
|
||||
<Text style={{fontSize: 20, fontWeight: 'bold'}}>
|
||||
Hello, {store.me.displayName} ({store.me.name})
|
||||
</Text>
|
||||
<Feed feed={store.homeFeed} />
|
||||
</View>
|
||||
</Shell>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue