Remove extra ExoPlayer instructions

This is covered already in the Android install instructions
This commit is contained in:
Hampton Maxwell 2018-06-09 16:08:34 -07:00 committed by GitHub
parent 3e293407e8
commit d0de96da27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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