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

View File

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