如何在 React-native 中将图片从图库复制到应用程序的安装目录

How to copy images from gallery to app’s installation directory in React-native

我想从图库中选择一张图片,然后使用 react-native 将该图片复制到当前 运行 应用程序的安装目录。

您可以使用 React Native Image Picker 从相机胶卷或图库中选择图片。

查看使用代码here

要将任何文件写入本机文件存储,您可以使用RNFS

查看基本示例here