Work around reanimated bug in sign up screen (#11411)
This commit is contained in:
@@ -172,14 +172,9 @@ export function Signup({onPressBack}: {onPressBack: () => void}) {
|
|||||||
<LayoutAnimationConfig skipEntering>
|
<LayoutAnimationConfig skipEntering>
|
||||||
<ScreenTransition
|
<ScreenTransition
|
||||||
key={state.activeStep}
|
key={state.activeStep}
|
||||||
direction={state.screenTransitionDirection}>
|
direction={state.screenTransitionDirection}
|
||||||
<View
|
style={a.flex_1}>
|
||||||
style={[
|
<View style={[a.flex_1, a.px_xl, a.pt_2xl]}>
|
||||||
a.flex_1,
|
|
||||||
a.px_xl,
|
|
||||||
a.pt_2xl,
|
|
||||||
!gtMobile && {paddingBottom: 100},
|
|
||||||
]}>
|
|
||||||
<View style={[a.gap_sm, a.pb_3xl]}>
|
<View style={[a.gap_sm, a.pb_3xl]}>
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[
|
||||||
|
|||||||
Reference in New Issue
Block a user