mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-17 12:19:12 +08:00
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:
committed by
Facebook Github Bot
parent
7d3aaddf6e
commit
2e4be1c2c9
@@ -28,7 +28,7 @@ Vending a view is simple:
|
||||
// RCTMapManager.m
|
||||
#import <MapKit/MapKit.h>
|
||||
|
||||
#import "RCTViewManager.h"
|
||||
#import <React/RCTViewManager.h>
|
||||
|
||||
@interface RCTMapManager : RCTViewManager
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user