Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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の認証システムをアプリに導入する方法
- Host: GitHub
- URL: https://github.com/arafipro/clerk-auth-sp-app
- Owner: arafipro
- Created: 2025-01-05T07:27:35.000Z (2 days ago)
- Default Branch: main
- Last Pushed: 2025-01-05T07:33:04.000Z (2 days ago)
- Last Synced: 2025-01-05T08:23:59.910Z (2 days ago)
- Topics: bun, expo, expo-router, nativewind, react-native, typescript, youtube
- Language: TypeScript
- Homepage: https://youtu.be/9SUt0rKY9Tc
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```