Update NativeComponentsIOS.md

Summary:
Documentation-only change.

Reflects reference change from `RCTViewManager.h` to `React/RCTViewManager.h`
Closes https://github.com/facebook/react-native/pull/11756

Differential Revision: D4392028

Pulled By: ericvicenti

fbshipit-source-id: 7655817b0660738b8e45d18a5eda04f029259c5f
This commit is contained in:
Neil Sarkar 2017-01-08 23:59:23 -08:00 committed by Facebook Github Bot
parent 7d3aaddf6e
commit 2e4be1c2c9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Vending a view is simple:
// RCTMapManager.m // RCTMapManager.m
#import <MapKit/MapKit.h> #import <MapKit/MapKit.h>
#import "RCTViewManager.h" #import <React/RCTViewManager.h>
@interface RCTMapManager : RCTViewManager @interface RCTMapManager : RCTViewManager
@end @end