Another set of UI updates (FAB returns, a few others) (#281)
* Bring back the FAB and move compose out of the footer * Increase the touch target sizes of the header back btns (close #279) * Trigger 'load more' sooner (close #280)
This commit is contained in:
parent
e74f94bc72
commit
181121b451
10 changed files with 54 additions and 60 deletions
|
@ -101,6 +101,7 @@ export const Feed = observer(function Feed({
|
|||
refreshing={view.isRefreshing}
|
||||
onRefresh={onRefresh}
|
||||
onEndReached={onEndReached}
|
||||
onEndReachedThreshold={0.6}
|
||||
onScroll={onScroll}
|
||||
contentContainerStyle={s.contentContainer}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue