Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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アプリを作る

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
```