Skip to content

Commit

Permalink
Fix typo in docs/native-components-ios.md (facebook#1289)
Browse files Browse the repository at this point in the history
* Fixed typo

* Fixed typo
  • Loading branch information
peterkuiper authored and charpeni committed Oct 11, 2019
1 parent 64cde06 commit fcb4da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/native-components-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ You could write any conversion function you want for your view - here is the imp
```objectivec
// RNTMapManager.m
#import "RCTConvert+Mapkit.m"
#import "RCTConvert+Mapkit.h"
// RCTConvert+Mapkit.h
Expand Down Expand Up @@ -281,7 +281,7 @@ Note that all `RCTBubblingEventBlock` must be prefixed with `on`. Next, declare
#import <React/RCTViewManager.h>
#import "RNTMapView.h"
#import "RCTConvert+Mapkit.m"
#import "RCTConvert+Mapkit.h"
@interface RNTMapManager : RCTViewManager <MKMapViewDelegate>
@end
Expand Down

0 comments on commit fcb4da8

Please sign in to comment.