Image load first then video when click

This commit is contained in:
aeroreyna
2022-03-30 22:40:49 -07:00
parent 564343b1ac
commit 01596a368d
4 changed files with 26 additions and 13 deletions

View File

@@ -69,6 +69,9 @@ let Feed = ({ navigation, route }) => {
onRefresh={() => {
API.getPosts().then(setPosts);
}}
initialNumToRender={3}
maxToRenderPerBatch={3}
removeClippedSubviews={true}
/>
</View>
<StatusBar style="auto" />