Fix: scroll all the way down on home feed
This commit is contained in:
parent
25fdb41948
commit
829fa175d0
1 changed files with 6 additions and 1 deletions
|
@ -58,7 +58,12 @@ export const Home = observer(function Home({
|
||||||
title="Bluesky"
|
title="Bluesky"
|
||||||
subtitle={`Private Beta${BUILD !== 'prod' ? ` [${BUILD}]` : ''}`}
|
subtitle={`Private Beta${BUILD !== 'prod' ? ` [${BUILD}]` : ''}`}
|
||||||
/>
|
/>
|
||||||
<Feed key="default" feed={defaultFeedView} scrollElRef={scrollElRef} />
|
<Feed
|
||||||
|
key="default"
|
||||||
|
feed={defaultFeedView}
|
||||||
|
scrollElRef={scrollElRef}
|
||||||
|
style={{flex: 1}}
|
||||||
|
/>
|
||||||
<FAB icon="pen-nib" onPress={onComposePress} />
|
<FAB icon="pen-nib" onPress={onComposePress} />
|
||||||
</View>
|
</View>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue