Skip to content
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

Remove exoplayer deprecations and bump Exoplayer #1753

Merged
merged 2 commits into from
Sep 23, 2019

Conversation

benoitdion
Copy link
Collaborator

@benoitdion benoitdion commented Sep 16, 2019

Update the changelog

[] Update changelog

Describe the changes

  • Bring the basic example back to a runnable state
  • Bump Exoplayer to 2.10.4
  • Remove deprecated usages of Exoplayer methods
  • Add ReactExoplayerConfig as extension points to configure the Exoplayer instance

Related PRs

Benoit Dion added 2 commits September 16, 2019 13:32
- Bump Exoplayer to 2.10.4
- Remove deprecated usages of Exoplayer methdos
- Add `ReactExoplayerConfig` as extension points to configure the Exoplayer instance
@benoitdion benoitdion changed the title Deprecations Remove exoplayer deprecations and bump Exoplayer Sep 16, 2019
// Deprecated RN 0.47
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since v5.0 supports RN 0.60+, I think it's safe to remove this

@@ -0,0 +1,10 @@
module.exports = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is part of the RN 0.60 template. I'm hoping to simplify some of this in the future but was trying to do the minimum possible to get the example running.

implementation "com.facebook.react:react-native:+" // From node_modules
implementation 'org.webkit:android-jsc:+'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is it used?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is part of the RN 0.60 template. I'm hoping to simplify some of this in the future but was trying to do the minimum possible to get the example running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants