Skip to content

Commit

Permalink
change loadImageWithURLRequest for RN (react-native-maps#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmueller authored and kfiroo committed Oct 13, 2016
1 parent 18de26b commit 28ae7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/AirMaps/AIRMapMarker.m
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ - (void)setImageSrc:(NSString *)imageSrc
clipped:YES
resizeMode:RCTResizeModeCenter
progressBlock:nil
partialLoadBlock:nil
completionBlock:^(NSError *error, UIImage *image) {
if (error) {
// TODO(lmr): do something with the error?
Expand Down

0 comments on commit 28ae7fe

Please sign in to comment.