alikazemkhanloo / react-native-video-controller

a simple yet customizable controller for react-native-video
7 stars 1 forks source link

fix crash when no videoTracks available #2

Closed alikazemkhanloo closed 3 years ago

alikazemkhanloo commented 3 years ago

If no video tracks returned from react-native-video's onLoad prop, app will crash. This PR fixes this issue.