From 1ab104a7591fbd40c7b345b9f4f813f380bf44d9 Mon Sep 17 00:00:00 2001 From: Valentin Shergin Date: Wed, 8 Feb 2017 14:26:31 -0800 Subject: [PATCH] `direction` layout property was marked as iOS only Reviewed By: fkgozali Differential Revision: D4523017 fbshipit-source-id: 4972596719fec54616fedf9e8a0a271e745193ae --- Libraries/StyleSheet/LayoutPropTypes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/StyleSheet/LayoutPropTypes.js b/Libraries/StyleSheet/LayoutPropTypes.js index 1d6df34400710b..501e7478014238 100644 --- a/Libraries/StyleSheet/LayoutPropTypes.js +++ b/Libraries/StyleSheet/LayoutPropTypes.js @@ -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',