Onboarding fixes (#4508)
* Add extra padding to bottom of profile step * Make profile pic gen higher reszio/stable
parent
332524b7de
commit
7e88d0d7a6
|
@ -152,7 +152,7 @@ export function Layout({children}: React.PropsWithChildren<{}>) {
|
||||||
{children}
|
{children}
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<View style={{height: 200}} />
|
<View style={{height: 400}} />
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|
|
@ -5,7 +5,7 @@ import ViewShot from 'react-native-view-shot'
|
||||||
import {useAvatar} from '#/screens/Onboarding/StepProfile/index'
|
import {useAvatar} from '#/screens/Onboarding/StepProfile/index'
|
||||||
import {atoms as a} from '#/alf'
|
import {atoms as a} from '#/alf'
|
||||||
|
|
||||||
const SIZE_MULTIPLIER = 1.5
|
const SIZE_MULTIPLIER = 5
|
||||||
|
|
||||||
export interface PlaceholderCanvasRef {
|
export interface PlaceholderCanvasRef {
|
||||||
capture: () => Promise<string>
|
capture: () => Promise<string>
|
||||||
|
|
Loading…
Reference in New Issue