mirror of
https://github.com/urosran/cally.git
synced 2025-07-15 09:45:20 +00:00
tablet view fixes, grocery item fix
This commit is contained in:
@ -75,12 +75,12 @@ const SignUpPage = () => {
|
||||
<SafeAreaView
|
||||
style={{
|
||||
flex: 1,
|
||||
alignItems: isTablet ? "center" : undefined,
|
||||
width: "100%",
|
||||
}}
|
||||
>
|
||||
<KeyboardAwareScrollView
|
||||
contentContainerStyle={{ flexGrow: 1 }}
|
||||
contentContainerStyle={{ flexGrow: 1,
|
||||
alignItems: isTablet ? "center" : undefined,
|
||||
width: '100%' }}
|
||||
enableOnAndroid
|
||||
>
|
||||
<View
|
||||
|
Reference in New Issue
Block a user