`direction` layout property was marked as iOS only

Reviewed By: fkgozali

Differential Revision: D4523017

fbshipit-source-id: 4972596719fec54616fedf9e8a0a271e745193ae
This commit is contained in:
Valentin Shergin 2017-02-08 14:26:31 -08:00 committed by Facebook Github Bot
parent 9f3e928f83
commit 1ab104a759
1 changed files with 1 additions and 0 deletions

View File

@ -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',