allow enter key to trigger waitlist signup (#1723)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user