react-native-jw-media-player icon indicating copy to clipboard operation
react-native-jw-media-player copied to clipboard

React-Native Android/iOS bridge for JWPlayer SDK (https://www.jwplayer.com/)

Results 135 react-native-jw-media-player issues
Sort by recently updated
recently updated
newest added

I am passing the ad URL like below in the config prop ``` (this.JWPlayer = p)} style={styles.player} config={{ license: Platform.OS === 'android' ? 'ANDROID_LICENSE' : 'IOS_LICENSE, playlist: [ { file:...

I followed all the steps while installing. ios everything works fine but in android, I can't able to play the second video from the list. audio is coming while playing...

The HLS link seems to be working fine on iOS but it is crashing on Android. Is anyone else facing the same issue?

When I add playlist with `autoplay: true` player works well, but when I'm trying to add playlist with `autoplay: false` and then set playerRef.play() it doesn't work. Also I have...

On iOS, showCastButton will show the cast button, but this is broken on Android. No casting button appears.

In Android i can see settings menu when video loads. But in ios it's not showing. Is there any thing i am missing for ios? Every thing else works fine....

onPlaylistComplete don't work for ios

Exit Fullscreen and Enter Fullscreen both options visible the first time. I am using the latest version of this library. When I tap on the Exit Fullscreen button, then this...

hi @chaimPaneth, first of all, thank you for creating this package. I am trying to implement version 0.2.0-beta.2 of this library and am having issues getting chromecast working on iOS....

Is there a way to hide the playlist controls on iOS? For example hide the playlist buttons to switch to the next video or go back to the previous video...

enhancement