From 9778a3da167d7cb28927efd5d43041bc44dd1b3f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 20 Apr 2026 06:54:25 -0700 Subject: [PATCH] Remove decelerationRate from embed gallery FlatList (#10298) Co-authored-by: Claude --- src/components/images/Gallery/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/images/Gallery/index.tsx b/src/components/images/Gallery/index.tsx index 6be233a845..fce785f75b 100644 --- a/src/components/images/Gallery/index.tsx +++ b/src/components/images/Gallery/index.tsx @@ -257,7 +257,6 @@ export function Gallery({ horizontal pagingEnabled={false} showsHorizontalScrollIndicator={false} - decelerationRate={0.993} directionalLockEnabled nestedScrollEnabled alwaysBounceVertical={false}