Work around reanimated bug in sign up screen (#11411)

This commit is contained in:
Samuel Newman
2026-08-07 19:09:37 +03:00
committed by GitHub
parent cc3b9ac0d9
commit 98b9f1c21d
+3 -8
View File
@@ -172,14 +172,9 @@ export function Signup({onPressBack}: {onPressBack: () => void}) {
<LayoutAnimationConfig skipEntering>
<ScreenTransition
key={state.activeStep}
direction={state.screenTransitionDirection}>
<View
style={[
a.flex_1,
a.px_xl,
a.pt_2xl,
!gtMobile && {paddingBottom: 100},
]}>
direction={state.screenTransitionDirection}
style={a.flex_1}>
<View style={[a.flex_1, a.px_xl, a.pt_2xl]}>
<View style={[a.gap_sm, a.pb_3xl]}>
<Text
style={[