Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arafipro/clerk-auth-sp-app

【React Native/Expo52】最新Expo52!たった10分でClerkの認証システムをアプリに導入する方法
https://github.com/arafipro/clerk-auth-sp-app

bun expo expo-router nativewind react-native typescript youtube

Last synced: 2 days ago
JSON representation

【React Native/Expo52】最新Expo52!たった10分でClerkの認証システムをアプリに導入する方法

Awesome Lists containing this project

README

        

# 【React Native/Expo52】最新Expo52!たった10分でClerkの認証システムをアプリに導入する方法

## YouTube

[!["【React Native/Expo52】最新Expo52!たった10分でClerkの認証システムをアプリに導入する方法"](https://i.ytimg.com/vi/9SUt0rKY9Tc/maxresdefault.jpg)](https://youtu.be/9SUt0rKY9Tc)

## 技術選定

- Bun
- TypeScript
- React Native
- Expo
- Expo Router
- Clerk
- NativeWind

## 参考サイト

https://bun.sh/
https://reactnative.dev/
https://expo.dev/
https://www.nativewind.dev/
https://clerk.com/

## 初期設定

### NodeModule をインストール

```bash
bun install
```