I'm using the Video
component of react-native-video
.
I'm getting an external video using http
(not https
).
The video is obtained and played correctly. But I noticed that the component makes two request for the same video. Why is that?
PS: I've used useEffect
to corroborate if the parent component is mounted twice, but it's not.
Versions:
react-native-video
: 5.0.2
react-native
: 0.61.4
Thanks in advance.