[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:
Valentin Shergin
2018-02-05 22:15:35 -08:00
committed by Facebook Github Bot
parent 9dfa2e7f3c
commit c19bc79688
2 changed files with 0 additions and 13 deletions

View File

@@ -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.
*/