Merge pull request #1062 from react-native-community/chore/default-exoplayer

Make ExoPlayer the default Android library
This commit is contained in:
Hampton Maxwell 2018-06-11 11:14:07 -07:00 committed by GitHub
commit ddbc9ab0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,5 +40,10 @@
},
"scripts": {
"test": "node_modules/.bin/eslint *.js"
},
"rnpm": {
"android": {
"sourceDir": "./android-exoplayer"
}
}
}