Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一种在反应本机端显示 CameraRoll 视频缩略图的方法,我通过将缩略图 uri 添加到 CameraRoll 结果来解决了 android 端。现在有什么方法可以在 iOS 上:
<Video ref={videoPlayer => (this.videoPlayer = videoPlayer)} source={{ uri: video.uri }} style={{ width: '100%', height: '100%' }} onLoad={() => { this.videoPlayer.seek(2); }} paused />
我的用户试图在第二秒取帧。