Closed adbl closed 7 years ago
If RCTImageLoader is called like this: If https://github.com/facebook/react-native/blob/master/Libraries/Image/RCTImageLoader.h#L78
RCTImageLoader
then partialLoadHandler will be nil, resulting in a crash here: https://github.com/olofd/react-native-photos-framework/blob/master/ios/RNPhotosFramework/RNPFImageLoader.m#L116
partialLoadHandler
nil
If
RCTImageLoader
is called like this: If https://github.com/facebook/react-native/blob/master/Libraries/Image/RCTImageLoader.h#L78then
partialLoadHandler
will benil
, resulting in a crash here: https://github.com/olofd/react-native-photos-framework/blob/master/ios/RNPhotosFramework/RNPFImageLoader.m#L116