allow enter key to trigger waitlist signup (#1723)
parent
3426b24f67
commit
1781b3aab7
|
@ -77,6 +77,8 @@ export function Component({}: {}) {
|
||||||
keyboardAppearance={theme.colorScheme}
|
keyboardAppearance={theme.colorScheme}
|
||||||
value={email}
|
value={email}
|
||||||
onChangeText={setEmail}
|
onChangeText={setEmail}
|
||||||
|
onSubmitEditing={onPressSignup}
|
||||||
|
enterKeyHint="done"
|
||||||
accessible={true}
|
accessible={true}
|
||||||
accessibilityLabel="Email"
|
accessibilityLabel="Email"
|
||||||
accessibilityHint="Input your email to get on the Bluesky waitlist"
|
accessibilityHint="Input your email to get on the Bluesky waitlist"
|
||||||
|
|
Loading…
Reference in New Issue