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

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

Awesome Lists containing this project

README

        

# 【React Native/Expo】Expo Routerを使ってスマートフォンのTODOアプリを作成

## YouTube

[!["【React Native/Expo】Expo Routerを使ってスマートフォンのTODOアプリを作成"](https://i.ytimg.com/vi/RXN-JLfm77s/maxresdefault.jpg)](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
```