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

After updating from 0.2.44 to 0.2.45 I get this error: ![image](https://github.com/chaimPaneth/react-native-jw-media-player/assets/77070946/cd491d5c-b8ce-4775-95c8-0f98cd920ca9) The android version of the tested device is: Android 5.1 Lollipop This version of android still is widely used...

Hello I was having this issue after installing the library on my project, then decided to run the Example project provided on this Repo and I am having the same...

Hi Team, Regarding the iPhone iOS version less than 17, we are having trouble with the JWPlayer onComplete function. after the video has finished, it calls the JWPlayer onComplete function...

On the page https://docs.jwplayer.com/players/docs/ios-enable-casting-to-chromecast-devices#requirement it is stated that, "The JWP iOS SDK's cast integration requires that you link your app to the dynamic build of the Google Cast SDK. Since...

Steps to replicate: `"react-native-jw-media-player": "0.2.41",` Use following config: ``` const jwConfig = { enableLockScreenControls: false, // iOS only pipEnabled: true, backgroundAudioEnabled: false, autostart: true, playlist: [playlistItem], menuStyle: { backgroundColour: 'rgba(51,...