Skip to content

Commit db25ab4

Browse files
majakFacebook Github Bot 7
authored andcommitted
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
1 parent d09cd62 commit db25ab4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

React/Views/RCTComponentData.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#import <objc/message.h>
1313

1414
#import "RCTBridge.h"
15+
#import "RCTConvert.h"
1516
#import "RCTShadowView.h"
1617
#import "RCTUtils.h"
1718
#import "UIView+React.h"

0 commit comments

Comments
 (0)