Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
KBView position behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
dilan-dio4 committed Jun 4, 2021
1 parent 5f7b491 commit 1eb1bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,7 @@
"version" "0.1.2"

"easybase-react@github:easybase/easybase-react#dev":
"resolved" "git+ssh://git@github.com/easybase/easybase-react.git#0ac13d7713b0153c3b6044011925eb90ede5c834"
"resolved" "git+ssh://git@github.com/easybase/easybase-react.git#5f7b491d27216cc857226f558a669987a84947f5"
"version" "2.1.15"
dependencies:
"easybasejs" "4.2.13"
Expand Down
2 changes: 1 addition & 1 deletion src/ui/NativeAuth/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Form = (props: any) => <FormRoot
alwaysBounceVertical={false}
showsVerticalScrollIndicator={false}
>
<KBView>
<KBView keyboardVerticalOffset={100} behavior="position">
{props.children}
</KBView>
</FormRoot>
Expand Down

0 comments on commit 1eb1bc3

Please sign in to comment.