react native中的CameraRoll使用时,TypeError: Cannot read property 'getPhotos' of undefined错误

CameraRoll是RN的静态类,使用getPhotos方法时,如果xcode没有配置依赖包,则会报错。 报错TypeError: Cannot read property 'getPhotos' of undefined错误。 问题解决如下: 1.在xcode中手动导入RCTCameraRoll.xcodeproj 右键“Library”,选择“Add ....”   RCTCameraRol
相关文章
相关标签/搜索