mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Fix unit tests
Reviewed By: bestander Differential Revision: D3398431 fbshipit-source-id: 37561bea78c933673595625530cf083c85c3fbbd
This commit is contained in:
committed by
Facebook Github Bot 3
parent
282df0ed07
commit
79dcbc7b29
@@ -14,6 +14,7 @@
|
||||
#import "RCTMapAnnotation.h"
|
||||
#import "RCTMapOverlay.h"
|
||||
#import "RCTUtils.h"
|
||||
#import "UIView+React.h"
|
||||
|
||||
const CLLocationDegrees RCTMapDefaultSpan = 0.005;
|
||||
const NSTimeInterval RCTMapRegionChangeObserveInterval = 0.1;
|
||||
@@ -49,7 +50,7 @@ const CGFloat RCTMapZoomBoundBuffer = 0.01;
|
||||
[_regionChangeObserveTimer invalidate];
|
||||
}
|
||||
|
||||
- (void)reactUpdateSubviews
|
||||
- (void)didUpdateReactSubviews
|
||||
{
|
||||
// Do nothing, as annotation views are managed by `setAnnotations:` method
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user