abbasfreestyle/react-native-af-video-player

Android issue: error while updating property src of a view managed by RCTVideo null request header

Opened this issue · 3 comments

When creating an issue, please ensure that you provide as much information as you can. Issues with a basic description will sadly be ignored as it doesn't help diagnose the issue :(

If you don't help me, I can't help you ¯\_(ツ)_/¯

Here are some common things to include that can help your issue be diagnosed.

  • react-native-af-video-player version:

  • React Native version:

  • OS:

  • Has this issue already been raised?

  • Have you clearly read and understood the Readme?

  • Code and explanation to replicate this issue:

  • Are there any console logs?

  • Include Screeshots / Video:

facing same issue

facing same

Passing lock ratio then it's working for me
<Video style={{height: 210, width: '100%', resizeMode: 'center'}} url={{uri: videoUrl}} lockRatio={16/9} />