RN 0.57.x exposes iOS's textContentType, so I should be able to get our app to suggest the user's email in a TextInput. This makes the initial experience much smoother because the user doesn't have to type their email address to create an account.
However, setting textContentType to "emailAddress" and keyboardType to "email-address" has no effect.
How can I get the user's personal email addresses suggested in the input control?