From d0de96da27045a289e5b9a1b69bb6d6d0538d74d Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Sat, 9 Jun 2018 16:08:34 -0700 Subject: [PATCH] Remove extra ExoPlayer instructions This is covered already in the Android install instructions --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 89e46a2f..597b71ec 100644 --- a/README.md +++ b/README.md @@ -269,16 +269,6 @@ Toggles a fullscreen player. Access using a ref to the component. - [Lumpen Radio](https://github.com/jhabdas/lumpen-radio) contains another example integration using local files and full screen background video. -## Use ExoPlayer on Android - -To use ExoPlayer instead of the default player, you have to change android to android-exoplayer in settings.gradle - -**android/settings.gradle** - -```gradle -project(':react-native-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android-exoplayer') -``` - ## TODOS - [ ] Add support for captions