forked from
jollywhoppers.com/witchsky.app
Bluesky app fork with some witchin' additions 馃挮
1diff --git a/node_modules/react-native/React/Fabric/Mounting/ComponentViews/ScrollView/RCTScrollViewComponentView.mm b/node_modules/react-native/React/Fabric/Mounting/ComponentViews/ScrollView/RCTScrollViewComponentView.mm
2index d029337..0f63ea3 100644
3--- a/node_modules/react-native/React/Fabric/Mounting/ComponentViews/ScrollView/RCTScrollViewComponentView.mm
4+++ b/node_modules/react-native/React/Fabric/Mounting/ComponentViews/ScrollView/RCTScrollViewComponentView.mm
5@@ -1038,6 +1038,11 @@ - (void)_adjustForMaintainVisibleContentPosition
6 }
7 }
8
9++ (BOOL)shouldBeRecycled
10+{
11+ return NO;
12+}
13+
14 @end
15
16 Class<RCTComponentViewProtocol> RCTScrollViewCls(void)