react-native-af-video-player
react-native-af-video-player copied to clipboard
"videohas no proptype" facing problem in IOS
react-native-af-video-player version: "0.2.1" React Native version:"0.54.2" OS: IOS
Im facing 'videohas no proptype for native proprctvideo.onvideoaudiobecomingnoisyof native typebool' in react native af player
in android its work fine, problem occurs in IOS platform. here is my code and I enable Background audio in Xcode project but its doesn't work ` <Video onFullScreen={status => this.onFullScreen(status)} fullScreenOnly={true} placeholder={placeholder} url={detailedWorkout.videoLink} rotateToFullScreen={true} theme={theme} volume={1} playInBackground={true} playWhenInactive={true} lockPortraitOnFsExit={true}
/>
`
your help is highly appreciated.
Thanks