mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-16 18:50:07 +08:00
add missing RCTConvert import
Summary: `RCTComponentData` needs `RCTConvert` class, but it doesn't import it directly. This diff is changing it. Should be noop. Reviewed By: fkgozali Differential Revision: D3185141 fb-gh-sync-id: f845e3555d30c9fd9b39579194590ddf103a5a19 fbshipit-source-id: f845e3555d30c9fd9b39579194590ddf103a5a19
This commit is contained in:
committed by
Facebook Github Bot 7
parent
d09cd62011
commit
db25ab4901
@@ -12,6 +12,7 @@
|
||||
#import <objc/message.h>
|
||||
|
||||
#import "RCTBridge.h"
|
||||
#import "RCTConvert.h"
|
||||
#import "RCTShadowView.h"
|
||||
#import "RCTUtils.h"
|
||||
#import "UIView+React.h"
|
||||
|
||||
Reference in New Issue
Block a user