An open API service indexing awesome lists of open source software.

https://github.com/esau-morais/otp.native

OTP Authentication using Expo + Resend
https://github.com/esau-morais/otp.native

expo react-native resend typescript

Last synced: 3 months ago
JSON representation

OTP Authentication using Expo + Resend

Awesome Lists containing this project

README

          

# Native OTP

> OTP Authentication using Expo + Resend

## Setup

1. Clone this repo

```shell
gh repo clone esau-morais/otp.native
```

2. Install the deps

```shell
yarn
```

3. Run the app + server

```shell
yarn run-all
```