Native filesystem access for react-native:
https://github.com/itinance/react-native-fs
第一步,没有问题:
第二步(⚠️注意):
集成完之后运行测试一下,发现可以下载成功,但是不能保存到相册(下载图片的代码不再赘述)
代码截图保存图片使用的是CameraRoll的api,我们需要在xcode中添加静态库依赖。
具体操作:
1.右键Library->Add Files to your project,然后打开你的项目目录/node_modules/react-native/Libraries/CameraRoll/ 找到RCTCameraRoll.xcodeproj这个文件。
2.添加libRCTCameraRoll.a
3.完成。
网友评论