https://github.com/arafipro/simple-todo-sp-app
【React Native/Expo】Expo Routerを使ってスマートフォンのTODOアプリを作成
https://github.com/arafipro/simple-todo-sp-app
expo expo-router nativewind nativewind-reactnative react-native typescript youtube
Last synced: 2 months ago
JSON representation
【React Native/Expo】Expo Routerを使ってスマートフォンのTODOアプリを作成
- Host: GitHub
- URL: https://github.com/arafipro/simple-todo-sp-app
- Owner: arafipro
- Created: 2024-04-22T02:42:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-23T10:43:53.000Z (11 months ago)
- Last Synced: 2025-01-24T20:47:03.088Z (4 months ago)
- Topics: expo, expo-router, nativewind, nativewind-reactnative, react-native, typescript, youtube
- Language: TypeScript
- Homepage: https://youtu.be/RXN-JLfm77s
- Size: 397 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 【React Native/Expo】Expo Routerを使ってスマートフォンのTODOアプリを作成
## YouTube
[](https://youtu.be/RXN-JLfm77s)
## 技術選定
- TypeScript
- React Native
- Expo
- Expo Router
- NativeWind## 参考サイト
https://reactnative.dev/
https://expo.dev/
https://www.nativewind.dev/## 初期設定
### NodeModule をインストール
```bash
npm install
```