Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arafipro/expo-sqlite-sp-app
【React Native/Expo51】データベースExpo SQLiteを使って、スマートフォンのTODOアプリを作る
https://github.com/arafipro/expo-sqlite-sp-app
bun expo expo-router expo-sqlite nativewind react-native typescript
Last synced: about 1 month ago
JSON representation
【React Native/Expo51】データベースExpo SQLiteを使って、スマートフォンのTODOアプリを作る
- Host: GitHub
- URL: https://github.com/arafipro/expo-sqlite-sp-app
- Owner: arafipro
- Created: 2024-07-12T07:22:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T06:38:01.000Z (6 months ago)
- Last Synced: 2024-07-16T08:58:07.558Z (6 months ago)
- Topics: bun, expo, expo-router, expo-sqlite, nativewind, react-native, typescript
- Language: TypeScript
- Homepage: https://youtu.be/6A2uFuJHZGE
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 【React Native/Expo51】データベースExpo SQLiteを使って、スマートフォンのTODOアプリを作る
## YouTube
[!["【React Native/Expo51】データベースExpo SQLiteを使って、スマートフォンのTODOアプリを作る"](https://i.ytimg.com/vi/6A2uFuJHZGE/maxresdefault.jpg)](https://youtu.be/6A2uFuJHZGE)
## 技術選定
- Bun
- TypeScript
- React Native
- Expo
- Expo Router
- Expo SQLite
- NativeWind## 参考サイト
https://bun.sh/
https://reactnative.dev/
https://expo.dev/
https://www.nativewind.dev/## 初期設定
### NodeModule をインストール
```bash
bun install
```