diff --git a/docs/native-components-ios.md b/docs/native-components-ios.md index 00ab439e6a01eb..dc0f73dcbd3472 100644 --- a/docs/native-components-ios.md +++ b/docs/native-components-ios.md @@ -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 @@ -281,7 +281,7 @@ Note that all `RCTBubblingEventBlock` must be prefixed with `on`. Next, declare #import #import "RNTMapView.h" -#import "RCTConvert+Mapkit.m" +#import "RCTConvert+Mapkit.h" @interface RNTMapManager : RCTViewManager @end