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.
我想从图库中选择一张图片,然后使用 react-native 将该图片复制到当前正在运行的应用程序的安装目录中。
您可以使用React Native Image Picker从相机胶卷或图库中选择图像。
在这里查看它的使用代码
要将任何文件写入本机文件存储,您可以使用RNFS
在此处查看基本示例