Image load first then video when click
This commit is contained in:
@@ -69,6 +69,9 @@ let Feed = ({ navigation, route }) => {
|
||||
onRefresh={() => {
|
||||
API.getPosts().then(setPosts);
|
||||
}}
|
||||
initialNumToRender={3}
|
||||
maxToRenderPerBatch={3}
|
||||
removeClippedSubviews={true}
|
||||
/>
|
||||
</View>
|
||||
<StatusBar style="auto" />
|
||||
|
||||
Reference in New Issue
Block a user