Shopify / flash-list

A better list for React Native
https://shopify.github.io/flash-list/
MIT License
5.36k stars 276 forks source link

Video is Rendering at the wrong place #1215

Open hassanad94 opened 3 months ago

hassanad94 commented 3 months ago

Current behavior

Here is my FlashtList. Its a simple title description video list. First I made it with FlatList, and it worked just fine. But after i change the component. The video player is acting like position absolute and hug the top of the container.

https://github.com/Shopify/flash-list/assets/29869896/3c6b6319-da86-4445-8bb2-09d1ff462d15

Expected behavior

https://github.com/Shopify/flash-list/assets/29869896/6fe0f9b6-5a34-43b8-946e-84b37119b6c5

Platform:

hassanad94 commented 3 months ago

Solution: Change react native video to Expo AV. Its working fine now!