react-native-media-kit
react-native-media-kit copied to clipboard
Cannot read property 'Commands' of undefined
Hi, I'm getting this error Cannot read property 'Commands' of undefined when I pressed the play button..
And when I use preload={'auto'} and autoplay={true}, the video doesn't play automatically
Can you help me? Thanks!
in Control.js replace
<ActivityIndicator color={'#f2f2f2'} size={'large'}/>
Thanks!