Skip to content

Commit a60aefd

Browse files
authored
Fix: PINCreate keyboard button no longer jumps (#1599)
Signed-off-by: traviskhl <travislee2k15@gmail.com>
1 parent 1e0403e commit a60aefd

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/thin-items-poke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@bifold/core': patch
3+
---
4+
5+
pincreate screen views no longer keyboard avoiding

packages/core/src/screens/PINCreate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const PINCreate: React.FC<PINCreateProps> = ({ setAuthenticated, explainedStatus
118118
}, [])
119119

120120
return explained ? (
121-
<KeyboardView>
121+
<KeyboardView keyboardAvoiding={false}>
122122
<View style={style.screenContainer}>
123123
<View style={style.contentContainer}>
124124
<PINHeader />

0 commit comments

Comments
 (0)