allow enter key to trigger waitlist signup (#1723)
This commit is contained in:
parent
3426b24f67
commit
1781b3aab7
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue