“TypeError:null 不是对象(正在评估‘RCTVideoInstance.Constants’)”
2020-09-24
6301
我遇到了一个问题,在 react-native-video 库中出现了这个错误:“TypeError:null 不是对象(正在评估‘RCTVideoInstance.Constants’)”。我正在 Android 上尝试。我该怎么做才能解决这个问题?我也尝试过手动安装,但没有成功。我还注意到我在使用 react-native-image-crop-picker 时也遇到了类似的问题。如果有人能帮助我,我将不胜感激。
2个回答
jcenter()
在
0.65
中被删除,取而代之的是
mavenCentral()
,将其添加回
allprojects.repositories
,它将在
android/build.gradle
中神奇地再次工作。
原始答案: https://github.com/react-native-video/react-native-video/issues/2468#issuecomment-911368291
Faisal Shaikh
2022-02-09
我已通过在 allprojects.repositories 中添加此行解决了 Android 中的此问题
jcenter()
对于 IOS,请尝试从设备/模拟器中卸载应用程序并使用 Xcode 安装。 希望它有所帮助 :)
Ali Raza Khan
2022-06-17