mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
Removed unused ivar (_launchOptions
) from RCTRootView
Reviewed By: javache Differential Revision: D5477683 fbshipit-source-id: 05191c98573fe74105d6af2a098f2a8c4479e09c
This commit is contained in:
parent
cfeaefb4e0
commit
1b9b366cef
@ -45,7 +45,6 @@ NSString *const RCTContentDidAppearNotification = @"RCTContentDidAppearNotificat
|
|||||||
{
|
{
|
||||||
RCTBridge *_bridge;
|
RCTBridge *_bridge;
|
||||||
NSString *_moduleName;
|
NSString *_moduleName;
|
||||||
NSDictionary *_launchOptions;
|
|
||||||
RCTRootContentView *_contentView;
|
RCTRootContentView *_contentView;
|
||||||
BOOL _passThroughTouches;
|
BOOL _passThroughTouches;
|
||||||
CGSize _intrinsicContentSize;
|
CGSize _intrinsicContentSize;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user