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

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependencies [xmldom](https://github.com/xmldom/xmldom), [react-native-fs](https://github.com/itinance/react-native-fs) and [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext). These dependencies need to be updated together. Removes `xmldom` Updates `react-native-fs` from 2.16.6 to 2.20.0 Release...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) to 5.1.2 and updates ancestor dependencies [glob-parent](https://github.com/gulpjs/glob-parent), [react-native-fs](https://github.com/itinance/react-native-fs) and [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext). These dependencies need to be updated together. Updates `glob-parent` from 2.0.0 to 5.1.2 Release notes Sourced from glob-parent's...

dependencies

Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) to 10.0.1 and updates ancestor dependencies [node-notifier](https://github.com/mikaelbr/node-notifier), [react-native-fs](https://github.com/itinance/react-native-fs) and [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext). These dependencies need to be updated together. Updates `node-notifier` from 5.4.5 to 10.0.1 Changelog Sourced from node-notifier's changelog....

dependencies

Bumps [mem](https://github.com/sindresorhus/mem) to 5.1.1 and updates ancestor dependencies [mem](https://github.com/sindresorhus/mem), [react-native-fs](https://github.com/itinance/react-native-fs) and [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext). These dependencies need to be updated together. Updates `mem` from 1.1.0 to 5.1.1 Release notes Sourced from mem's...

dependencies

i can't be able to change player control colours through config due to bad design of SDK. & my requirement is like i have different modules in my app &...

private void updateWakeLock(boolean enable) { if (mWindow != null) { if (enable && !isInBackground) { mWindow.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); } else { mWindow.clearFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); } } }

enhancement

Video Type: 'HLS' Caption Type: 'vtt' Version: 0.2.26 Here is my current config ` styling: { captionsStyle: { font: { size: 40, }, backgroundColor: 'red', highlightColor: 'red', edgeStyle: 'raised', },...

I would need to hide the casting icon for Android without removing totally the casting dependencies because they are used by another player. Is there any option to do that?...

**Describe the bug** I got a "Error while updating property 'config' of a view managed by : RNJWPlayerView" error box when running on Android that I was able to slowly...

Got the following error when building for Android: ``` > Task :react-native-jw-media-player:compileDebugJavaWithJavac FAILED /Users/admin/Desktop/work/statnews/mobile/node_modules/react-native-jw-media-player/android/src/main/java/com/appgoalz/rnjwplayer/RNJWPlayerView.java:762: error: cannot find symbol CueMarkerSeekbar seekBar = findViewById(R.id.controlbar_seekbar); ^ symbol: variable id location: class R ```...