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
- Host: GitHub
- URL: https://github.com/esau-morais/otp.native
- Owner: esau-morais
- Created: 2023-07-23T11:43:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T21:08:22.000Z (almost 3 years ago)
- Last Synced: 2026-03-17T20:19:42.012Z (4 months ago)
- Topics: expo, react-native, resend, typescript
- Language: TypeScript
- Homepage:
- Size: 339 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```