From 68e67c9d719950558bf4a0c48e76a119a728a12e Mon Sep 17 00:00:00 2001 From: Noah Prince <83885631+ChewingGlass@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:26:39 -0400 Subject: [PATCH] bug(#511): Fix wallet creation not showing all seed words (#512) --- 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} /> )