diff --git a/docs/NativeComponentsIOS.md b/docs/NativeComponentsIOS.md index 782eb4559..1b4dc8c8a 100644 --- a/docs/NativeComponentsIOS.md +++ b/docs/NativeComponentsIOS.md @@ -231,7 +231,7 @@ So now we have a native map component that we can control easily from JS, but ho #import -#import "RCTComponent.h" +#import @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 #import "RCTMap.h" -#import "UIView+React.h" +#import @interface RCTMapManager() @end