Skip to content

Commit

Permalink
Make ScrollView take all the available space on the page in 2FA Codes…
Browse files Browse the repository at this point in the history
… Step

We achieve this by adding the container style flexGrow1 to the ScrollView
  • Loading branch information
neonbhai committed Sep 18, 2023
1 parent 4db8374 commit 08b3e44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function CodesStep({account = defaultAccount}) {
total: 3,
}}
>
<ScrollView>
<ScrollView contentContainerStyle={styles.flexGrow1}>
<Section
title={translate('twoFactorAuth.keepCodesSafe')}
icon={Illustrations.ShieldYellow}
Expand Down

0 comments on commit 08b3e44

Please sign in to comment.