allow enter key to trigger waitlist signup (#1723)

This commit is contained in:
Ansh
2023-10-25 09:54:04 -07:00
committed by GitHub
parent 3426b24f67
commit 1781b3aab7
+2
View File
@@ -77,6 +77,8 @@ export function Component({}: {}) {
keyboardAppearance={theme.colorScheme}
value={email}
onChangeText={setEmail}
onSubmitEditing={onPressSignup}
enterKeyHint="done"
accessible={true}
accessibilityLabel="Email"
accessibilityHint="Input your email to get on the Bluesky waitlist"