Update NativeComponentsIOS.md
Summary: Only NativeComponentsIOS.md documentation changed. Closes https://github.com/facebook/react-native/pull/12012 Differential Revision: D4452008 Pulled By: ericvicenti fbshipit-source-id: 9ee748165a4efc9f987c5cadff8a21ab17f971c6
This commit is contained in:
parent
eebfd33b70
commit
4ff659345c
|
@ -231,7 +231,7 @@ So now we have a native map component that we can control easily from JS, but ho
|
||||||
|
|
||||||
#import <MapKit/MapKit.h>
|
#import <MapKit/MapKit.h>
|
||||||
|
|
||||||
#import "RCTComponent.h"
|
#import <React/RCTComponent.h>
|
||||||
|
|
||||||
@interface RCTMap: MKMapView
|
@interface RCTMap: MKMapView
|
||||||
|
|
||||||
|
@ -258,7 +258,7 @@ So now we have a native map component that we can control easily from JS, but ho
|
||||||
#import <MapKit/MapKit.h>
|
#import <MapKit/MapKit.h>
|
||||||
|
|
||||||
#import "RCTMap.h"
|
#import "RCTMap.h"
|
||||||
#import "UIView+React.h"
|
#import <React/UIView+React.h>
|
||||||
|
|
||||||
@interface RCTMapManager() <MKMapViewDelegate>
|
@interface RCTMapManager() <MKMapViewDelegate>
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in New Issue