“react”: “17.0.2”,
“react-native”: “0.65.1”,
react-native-video安装后报错,是因为与react-native 0.65
版本不兼容
解决方案: https://github.com/react-native-video/react-native-video/issues/2468
allprojects {
repositories {
.... # Keep the rest
jcenter() {
content {
includeModule("com.yqritc", "android-scalablevideoview")
}
}
}
}