From 4ff659345c295951d8555b8d1d9d49333e230997 Mon Sep 17 00:00:00 2001 From: "Seong-hyun, Oh" Date: Mon, 23 Jan 2017 14:36:31 -0800 Subject: [PATCH] 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 --- docs/NativeComponentsIOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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