Improve video and padding in tabs

This commit is contained in:
aeroreyna
2022-03-30 21:37:43 -07:00
parent d12c90bf28
commit 564343b1ac
7 changed files with 54 additions and 15 deletions

View File

@@ -72,6 +72,7 @@ let Profile = ({ navigation, route }) => {
keyExtractor={item => item._id || item.createdAt}
ListHeaderComponent={header}
refreshing={Posts.length === 0}
initialNumToRender={2}
onRefresh={() => {
API.getPosts(route.params.profileid).then(setPosts);
}}