chaimPaneth / react-native-jw-media-player

React-Native Android/iOS bridge for JWPlayer SDK (https://www.jwplayer.com/)
MIT License
190 stars 91 forks source link

Which SDK 4 versions is this bridge compatible with? #344

Closed paulrinaldi closed 5 months ago

paulrinaldi commented 5 months ago

The readme states: "Since version 0.2.0 we use the new JWPlayerKit && SDK 4 check out iOS get started && Android get started"

Which SDK 4 versions does it use per release? How could I find this out? I'm trying to determine which exoplayer to force require in my project.

Jmilham21 commented 5 months ago

@paulrinaldi, the bridge is designed to work with the versions below. You can find this definition for Android in the top level build.gradle. For Android/ExoPlayer in the current version of the JW SDK, it's recommended to use 2.18.1 rather than the 2.18.7 that is currently supplied in the bridge's gradle file.

Be aware in the JW Android SDK 4.16.1 or higher, we moved from the now deprecated ExoPlayer library to the new Media3 ExoPlayer library. This will cause build failures if you attempt to upgrade to Media3 now.

paulrinaldi commented 5 months ago

I see.

Thank you.

paulrinaldi commented 5 months ago

And is the latest react-native version that is compatible with this package 0.70?