From 910a9567f42f65971c480eac7c8eb65a56c14361 Mon Sep 17 00:00:00 2001 From: Samuel Susla Date: Mon, 21 Aug 2023 08:01:10 -0700 Subject: [PATCH] Change use of nativeId to collapsable (#39047) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39047 changelog: [internal] nativeID was used to fix broken behaviour of collapsable. Now, collapsable is fixed, let's remove that. Reviewed By: rozele Differential Revision: D48349235 fbshipit-source-id: a0a74ea2cf69adbc5065a0731ac4059712068e6f --- .../react-native/Libraries/Components/ScrollView/ScrollView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-native/Libraries/Components/ScrollView/ScrollView.js b/packages/react-native/Libraries/Components/ScrollView/ScrollView.js index 096874e7f2c..284ac41406d 100644 --- a/packages/react-native/Libraries/Components/ScrollView/ScrollView.js +++ b/packages/react-native/Libraries/Components/ScrollView/ScrollView.js @@ -1700,7 +1700,6 @@ class ScrollView extends React.Component { return ( this._setStickyHeaderRef(key, ref)} nextHeaderLayoutY={this._headerLayoutYs.get( this._getKeyForIndex(nextIndex, childArray),