<View className='video-box'> {token && ( //@ts-ignore <ezplayer id={'ezplayer'} accessToken={token} url={`rtmp://open.ys7.com/${cameraDetail?.deviceSerial}/${cameraDetail?.channelNo}/live`} width={'100%'} height={'30%'} handleError={handleError} /> )} </View> app.config.json singComponents: { "ezplayer": "plugin://ezplayer/ezplayer" }, "plugins": { "ezplayer": { "version": "1.0.1", "provider": "wxf2b3a0262975d8c2" } }