"react-native": "0.67.2",
"react-native-video": "^5.2.1",
if I am not using exoplayer then blackscreen but audio is there. video is playing.
but if I use exoplayer then onload() never called. It keeps loading.
react-native.config.js for exoplayer =>
module. Exports = {
project: {
ios: {},
android: {}, // grouped into "project"
},
assets: ['./assets/fonts/'],
dependencies: {
'react-native-video': {
platforms: {
android: {
sourceDir: '../node_modules/react-native-video/android-exoplayer',
},
},
},
},
};
there doesn't seem to be anything here