Skip to content

Commit

Permalink
upgraded to RN 0.35 and added fix to RCTImageLoader, missing `partial…
Browse files Browse the repository at this point in the history
…LoadBlock` (react-native-maps#680)
  • Loading branch information
eugenehp authored and Exilz committed Dec 9, 2016
1 parent 9040444 commit dd0a0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"peerDependencies": {
"react": ">=15.3.0",
"react-native": ">=0.33.0"
"react-native": ">=0.35"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
Expand Down

0 comments on commit dd0a0f4

Please sign in to comment.