Fix: scroll all the way down on home feed
parent
25fdb41948
commit
829fa175d0
|
@ -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…
Reference in New Issue