Skip to content

Commit

Permalink
Fix bug in AIRGoogleMapMarker from RN 0.33->0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Spike Brehm authored and Exilz committed Dec 9, 2016
1 parent 4ceb2fe commit 7641863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/AirGoogleMaps/AIRGoogleMapMarker.m
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,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 7641863

Please sign in to comment.