-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plans to upgrade Exoplayer? #1711
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Upgrade Exoplayer dependency to 2.10.1 or newer (if available).
Why it is needed
We are currently using both 'react-native-video' (version 5.0.0) and 'react-native-track-player' (version 1.1.8), but these libraries have a dependency conflict on Exoplayer (see below):
react-native-track-player -> com.google.android.exoplayer.exoplayer-core:2.10.1
react-native-video -> com.google.android.exoplayer.*:2.9.3
Whilst it is possible to downgrade 'react-native-track-player' to earlier version (1.1.4) to get the same version Exoplayer, we lose some of the nice new features in 1.1.8. I would expect others to hit this problem soon too, as I wouldn't believe using both these libraries together is that uncommon.
So I wanted to find out if you had plans to update the ExoPlayer libraries to a newer version?
Thanks
Mark
The text was updated successfully, but these errors were encountered: