Rownd bindings for Expo
@rownd/react-native
as a plugin to your app.json
file.expo-build-properties
as a plugin to your app.json
file. Ensure the Sdk versions match or are above provided iOS/Android versions.app.json
file.app.json
file.app.json
and <subdomain>
created in the Rownd platform.
app.json
useRownd
React hook. Unless otherwise noted, we're assuming that you're using
hooks.
requestSignIn()
Trigger the Rownd sign in dialog
Property | Type | Description |
---|---|---|
method | email phone apple google passkey | Requests a sign-in, but with a specific authentication provider (e.g., Sign in with Apple). Rownd treats this information as a method. If the specified authentication provider is enabled within your Rownd app configuration, it will be honored. If not, Rownd will fall back to the default flow. |
intent | sign_in sign_up | This option applies only when you have opted to split the sign-up/sign-in flow via the Rownd dashboard. Valid values are sign_in or Sign_up . If you don’t set this value, the user will be presented with the unified sign-in/sign-up flow. Please reach out to support@rownd.io to enable. |
postSignInRedirect (Not recommended) | String | If a subdomain is provided in the Rownd dashboard, this behavior will work by default. The URL to redirect to after the user has signed in. This can be used for deep-linking within the app or to ensure that the user is redirected back into the app after completing a sign-in from email or text message. |
first_name
in a form field, update a local copy of that data
as the user changes it, and then save the changes to Rownd once the user submits
the form.