开发者问题收集
我在 nx monorepo 中的react-native v0.69中使用react-native-video,当尝试添加如下所示的视频组件时,我收到错误TypeError: undefined is not an object (evaluating '_reactNative.Image.propTypes.resizeMode'。import Video from 'react-nativ
我遇到了一个问题,在 react-native-video 库中出现了这个错误:“TypeError:null 不是对象(正在评估‘RCTVideoInstance.Constants’)”。我正在 Android 上尝试。我该怎么做才能解决这个问题?我也尝试过手动安装,但没有成功。我还注意到我在使用 react-native-image-crop-picker 时也遇到了类似的问题。如果有人能帮
我尝试按如下方式使用 react-native-video 组件:export default class VideoWrapper extends Component<Props> {render() {return (<Videosource={require('../../assets/test_sound.mp3')}ref={player => {this.player = player
**这是我收到的错误代码,下面是我的完整代码。我用 yarn 安装了 react-native-video,然后将其链接到 ios 和 android **我在从“react-native-video”中包含 {Video} 后收到此错误。否则我的代码运行正常。我想在我的应用中有一个背景视频,但它不起作用。import React, {Component,Fragment} from 'react
我想在我的应用中使用 react-native-video。但是,我所做的不起作用:我使用expo init Project1创建了一个新项目然后我安装了 react-native-video:npm install --save react-native-video然后我使用了这个:react-native link react-native-video我目前只有 App.js:import R