Skip to content

Commit 1aec2fa

Browse files
eugenehpkfiroo
authored andcommitted
upgraded to RN 0.35 and added fix to RCTImageLoader, missing partialLoadBlock (react-native-maps#680)
1 parent b0ece0e commit 1aec2fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ios/AirMaps/AIRMapMarker.m

+1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ - (void)setImageSrc:(NSString *)imageSrc
215215
clipped:YES
216216
resizeMode:RCTResizeModeCenter
217217
progressBlock:nil
218+
partialLoadBlock:nil
218219
completionBlock:^(NSError *error, UIImage *image) {
219220
if (error) {
220221
// TODO(lmr): do something with the error?

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"peerDependencies": {
2525
"react": ">=15.3.0",
26-
"react-native": ">=0.33.0"
26+
"react-native": ">=0.35"
2727
},
2828
"devDependencies": {
2929
"babel-eslint": "^6.1.2",

0 commit comments

Comments
 (0)