about summary refs log tree commit diff
path: root/src/screens/Signup/state.ts
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-06-27 22:01:02 -0700
committerGitHub <noreply@github.com>2024-06-27 22:01:02 -0700
commit58a97db5b8e9c62d68c4ce6398d1213469ee38b2 (patch)
tree71a453c546014aa6e6ad5103957678f06328600b /src/screens/Signup/state.ts
parent8ebf9cc4b10a620d7698c1b0d0b316729c02dc13 (diff)
downloadvoidsky-58a97db5b8e9c62d68c4ce6398d1213469ee38b2.tar.zst
Revert animation change in signup (#4693)
Diffstat (limited to 'src/screens/Signup/state.ts')
-rw-r--r--src/screens/Signup/state.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screens/Signup/state.ts b/src/screens/Signup/state.ts
index 70b74a930..87700cb88 100644
--- a/src/screens/Signup/state.ts
+++ b/src/screens/Signup/state.ts
@@ -116,6 +116,8 @@ export function reducer(s: SignupState, a: SignupAction): SignupState {
       break
     }
     case 'setServiceDescription': {
+      LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut)
+
       next.serviceDescription = a.value
       next.userDomain = a.value?.availableUserDomains[0] ?? ''
       next.isLoading = false