Skip to content

Commit

Permalink
Update NativeComponentsIOS.md
Browse files Browse the repository at this point in the history
Summary:
Only NativeComponentsIOS.md documentation changed.

Closes #12012

Differential Revision: D4452008

Pulled By: ericvicenti

fbshipit-source-id: 9ee748165a4efc9f987c5cadff8a21ab17f971c6
  • Loading branch information
upgle authored and facebook-github-bot committed Jan 23, 2017
1 parent eebfd33 commit 4ff6593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/NativeComponentsIOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "RCTComponent.h"
#import <React/RCTComponent.h>

@interface RCTMap: MKMapView

Expand All @@ -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 "RCTMap.h"
#import "UIView+React.h"
#import <React/UIView+React.h>

@interface RCTMapManager() <MKMapViewDelegate>
@end
Expand Down

0 comments on commit 4ff6593

Please sign in to comment.