mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Re-render views when direction changes
Reviewed By: shergin Differential Revision: D5959573 fbshipit-source-id: 36b2cde921362a934a2c88a3ed05be5082ed08bf
This commit is contained in:
committed by
Facebook Github Bot
parent
bbcfcdb8ed
commit
992ade1fc5
@@ -84,9 +84,10 @@ typedef void (^RCTApplierBlock)(NSDictionary<NSNumber *, UIView *> *viewRegistry
|
||||
@property (nonatomic, assign, getter=isHidden) BOOL hidden;
|
||||
|
||||
/**
|
||||
* Computed layout direction for the view backed to Yoga node value.
|
||||
* Computed layout direction of the view.
|
||||
*/
|
||||
@property (nonatomic, assign, readonly) UIUserInterfaceLayoutDirection effectiveLayoutDirection;
|
||||
|
||||
@property (nonatomic, assign, readonly) UIUserInterfaceLayoutDirection layoutDirection;
|
||||
|
||||
/**
|
||||
* Position and dimensions.
|
||||
|
||||
Reference in New Issue
Block a user