Fix: scroll all the way down on home feed
This commit is contained in:
@@ -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>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user