We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f08dde + 76a1b25 commit 794a4bdCopy full SHA for 794a4bd
src/components/common/EdgeCarousel.tsx
@@ -47,7 +47,7 @@ export function EdgeCarousel<T>(props: Props<T>): JSX.Element {
47
// HACK: With 1 item, this is the only way to force a render in iOS
48
if (Platform.OS === 'ios' && dataLocal.length === 1) {
49
setDataLocal([])
50
- setTimeout(() => setDataLocal(data), 50)
+ setTimeout(() => setDataLocal(data), 500)
51
}
52
// The built-in hack fn works for all other cases
53
else if (carouselRef.current != null) {
0 commit comments