mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
[RCTShadowView isHidden] was removed
Summary: It's unused. Use `display` prop instead to control visiblity of the view. Reviewed By: fkgozali Differential Revision: D6888104 fbshipit-source-id: dd37a365033ec36bdfcfa305ec6a965a10dec2cd
This commit is contained in:
committed by
Facebook Github Bot
parent
9dfa2e7f3c
commit
c19bc79688
@@ -70,12 +70,6 @@ typedef void (^RCTApplierBlock)(NSDictionary<NSNumber *, UIView *> *viewRegistry
|
||||
*/
|
||||
@property (nonatomic, assign, getter=isNewView) BOOL newView;
|
||||
|
||||
/**
|
||||
* isHidden - RCTUIManager uses this to determine whether or not the UIView should be hidden. Useful if the
|
||||
* ShadowView determines that its UIView will be clipped and wants to hide it.
|
||||
*/
|
||||
@property (nonatomic, assign, getter=isHidden) BOOL hidden;
|
||||
|
||||
/**
|
||||
* Computed layout direction of the view.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user