react-native-af-video-player icon indicating copy to clipboard operation
react-native-af-video-player copied to clipboard

"videohas no proptype" facing problem in IOS

Open ThisaraGitHub opened this issue 7 years ago • 0 comments

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}

				/>

screen shot 2018-09-03 at 1 56 06 pm ` your help is highly appreciated. Thanks

ThisaraGitHub avatar Sep 06 '18 10:09 ThisaraGitHub