Module: native/Passwordless
Interfaces
Functions
default
▸ default(__namedParameters): Element
Screen component that allows user to sign in using phone number of email address. The user has to open their inbox to retrieve a code and fill it in.
Default UI suggests to fill in phone number.
Example:
<Passwordless countryPickerProps={{ preferredCountries: ['US', 'BE'] }} />
Parameters
| Name | Type |
|---|---|
__namedParameters | LoginProps |
Returns
Element