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

Commit

Permalink
trying to revert for height
Browse files Browse the repository at this point in the history
  • Loading branch information
dilan-dio4 committed Jun 5, 2021
1 parent 609f0ee commit 1bebf57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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#6e304dee15650c0d21cc5c948524a54b242ca1be"
"resolved" "git+ssh://git@github.com/easybase/easybase-react.git#609f0ee12a046fd9573b045ae24e8121fa00e716"
"version" "2.1.15"
dependencies:
"easybasejs" "4.2.13"
Expand Down
10 changes: 5 additions & 5 deletions src/ui/NativeAuth/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ export const Form = (props: any) => <ScrollRoot
keyboardDismissMode="on-drag"
contentContainerStyle={{
flexGrow: 1,
marginTop: '24%',
marginBottom: '10%',
marginRight: 33,
marginLeft: 33
paddingTop: '24%',
paddingBottom: '10%',
paddingRight: 33,
paddingLeft: 33
}}
alwaysBounceVertical={false}
showsVerticalScrollIndicator={false}
>
<View style={{ justifyContent: 'space-between', alignItems: 'center', width: '100%' }}>
<View style={{ flexGrow: 1, justifyContent: 'space-between', alignItems: 'center', width: '100%' }}>
{props.children}
</View>
</ScrollRoot>
Expand Down

0 comments on commit 1bebf57

Please sign in to comment.