From 119328a2552113c4b2b1515c7226ebf61d72fca6 Mon Sep 17 00:00:00 2001 From: Spencer Ahrens Date: Fri, 10 Mar 2017 08:01:16 -0800 Subject: [PATCH] Sticky headers are no longer ios-only Should have removed this in https://github.com/facebook/react-native/commit/77b8c097277b5cf248d08e772ea8bb8d8583e9a1 --- Libraries/Components/ScrollView/ScrollView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index 3bb97659f12975..0f167228b70d73 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -295,7 +295,6 @@ const ScrollView = React.createClass({ * `stickyHeaderIndices={[0]}` will cause the first child to be fixed to the * top of the scroll view. This property is not supported in conjunction * with `horizontal={true}`. - * @platform ios */ stickyHeaderIndices: PropTypes.arrayOf(PropTypes.number), style: StyleSheetPropType(ViewStylePropTypes),