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 在 React-Native 上保存视频,对于带有 saveImageWithTag() 的图像,这很容易,但我找不到视频文档。
将视频保存到 CameraRoll 非常容易,我使用以下代码行完成了。
saveVideoToCameraRoll = async (uri) => { await CameraRoll.saveToCameraRoll(uri, 'video') }
注意:显然这个功能需要uri or filePath你的视频。
uri or filePath