Skip to content

Commit

Permalink
react-native-maps#3014 change self.map from assign to weak reference
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheidapperapps committed Aug 19, 2019
1 parent f9fef92 commit e47f2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ios/AirGoogleMaps/AIRGoogleMapManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#import "AIRGoogleMap.h"

@interface AIRGoogleMapManager : RCTViewManager
@property (nonatomic, assign) AIRGoogleMap *map;
@property (nonatomic, weak) AIRGoogleMap *map;

@end

Expand Down

0 comments on commit e47f2da

Please sign in to comment.