gpt4 book ai didi

react-native - 如何使用 Expo 将图像保存到相机胶卷?

转载 作者:行者123 更新时间:2023-12-02 00:29:17 26 4
gpt4 key购买 nike

我正在创建一个使用 Expo 拍照的应用程序,我已经可以将图片保存到 FileSystem.documentDirectory,但这不是我想要的。

我尝试使用如下代码将图像保存到相机胶卷:

import { CameraRoll } from 'react-native';
...
...
await CameraRoll.saveToCameraRoll(photo.uri);

但它返回警告我使用 react-native-cameraroll 而不是 react-native。但正如我在 react-native-cameraroll 的文档中看到的,它似乎不支持 Expo

有什么方法可以将图像保存到Expo中的相机胶卷中吗?

最佳答案

我找到了解决方案,而不是使用 CameraRoll您可以使用MediaLibraryMediaLibrary.saveToLibraryAsync(localUri)

有关 the documentation 的更多详细信息

关于react-native - 如何使用 Expo 将图像保存到相机胶卷?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59602848/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com