`direction` layout property was marked as iOS only
Reviewed By: fkgozali Differential Revision: D4523017 fbshipit-source-id: 4972596719fec54616fedf9e8a0a271e745193ae
This commit is contained in:
parent
9f3e928f83
commit
1ab104a759
|
@ -476,6 +476,7 @@ var LayoutPropTypes = {
|
|||
* value based on the current locale.
|
||||
* See https://facebook.github.io/yoga/docs/rtl/
|
||||
* for more details.
|
||||
* @platform ios
|
||||
*/
|
||||
direction: ReactPropTypes.oneOf([
|
||||
'inherit',
|
||||
|
|
Loading…
Reference in New Issue