03bc028efe
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]`. |
||
---|---|---|
.. | ||
RNCCameraRoll.xcodeproj | ||
RNCCameraroll.xcworkspace | ||
RNCAssetsLibraryRequestHandler.h | ||
RNCAssetsLibraryRequestHandler.m | ||
RNCCameraRollManager.h | ||
RNCCameraRollManager.m | ||
RNCCameraroll.podspec |