react-native-cameraroll/ios
Zach Ramos 03bc028efe fix(lib) build error in RNCCameraRollManager.m (#109)
After upgrading to 1.3.0 that includes #87, my builds started to fail on the step to link react-native-cameraroll with the following message:
`Undefined symbol: _OBJC_Class_$_RCTImageLoader`.

I'm not sure what @tomtargosz's environment is like that allowed this to work, but it does not seem to work in 0.61.x with autolinked (cocoapods) dependencies. It looks like the recommendation made in that file is incorrect. 

The correct way to fix this, which I see in [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker/blob/master/ios/src/ImageCropPicker.m#L394) and in [several](https://github.com/facebook/react-native/blob/master/Libraries/Image/RCTImageEditingManager.mm#L60) [internal](https://github.com/facebook/react-native/blob/master/Libraries/Image/RCTImageView.m#L324) [react files](@implementation RCTImageViewManager), is to use `[self.bridge moduleForName:@"ImageLoader" lazilyLoadIfNecessary:YES]`.
2019-11-14 18:22:32 +01:00
..
RNCCameraRoll.xcodeproj fix iOS library file reference 2019-02-24 13:48:37 +08:00
RNCCameraroll.xcworkspace fix(lib): Remove unrecognised UTF8 tag from xcworkspace file 2019-08-14 19:15:36 +02:00
RNCAssetsLibraryRequestHandler.h in file renames 2019-02-24 12:29:24 +08:00
RNCAssetsLibraryRequestHandler.m fix(lib): Convert PHAsset to JPEG for uploading 2019-08-14 21:05:04 +02:00
RNCCameraRollManager.h in file renames 2019-02-24 12:29:24 +08:00
RNCCameraRollManager.m fix(lib) build error in RNCCameraRollManager.m (#109) 2019-11-14 18:22:32 +01:00
RNCCameraroll.podspec fix no homepage in Podfile 2019-03-13 19:07:24 +08:00