From e736f7b657692f43237e81f97d3abb471d0347db Mon Sep 17 00:00:00 2001 From: Chewing Glass Date: Mon, 16 Oct 2023 09:37:06 -0400 Subject: [PATCH] bug(#511): Fix wallet creation not showing all seed words --- src/components/RevealWords.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/RevealWords.tsx b/src/components/RevealWords.tsx index 59a594c55..44900ec38 100644 --- a/src/components/RevealWords.tsx +++ b/src/components/RevealWords.tsx @@ -121,6 +121,7 @@ const RevealWords = ({ mnemonic, onDone, ListHeaderComponent }: Props) => { {/* @ts-ignore */} { renderItem={renderItem} contentContainerStyle={contentContainerStyle} scrollEnabled + removeClippedSubviews={false} /> )