Implement trending

This commit is contained in:
Paul Frazee 2022-11-11 13:10:05 -06:00
parent 486ce26a91
commit 22849fb4fc
6 changed files with 24 additions and 13 deletions

View file

@ -26,7 +26,7 @@ export const Feed = observer(function Feed({
view.loadMore().catch(err => console.error('Failed to load more', err))
}
return (
<View>
<View style={{flex: 1}}>
{view.isLoading && !view.isRefreshing && !view.hasContent && (
<Text>Loading...</Text>
)}