https://github.com/arafipro/2025-newest-expo-setup
2025年最新のReact Nativeの開発環境を構築
https://github.com/arafipro/2025-newest-expo-setup
expo expo-router nativewind react-native typescript
Last synced: about 2 months ago
JSON representation
2025年最新のReact Nativeの開発環境を構築
- Host: GitHub
- URL: https://github.com/arafipro/2025-newest-expo-setup
- Owner: arafipro
- Created: 2025-03-23T10:11:38.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T10:36:52.000Z (about 2 months ago)
- Last Synced: 2025-03-23T11:23:09.585Z (about 2 months ago)
- Topics: expo, expo-router, nativewind, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2025年最新のReact Nativeの開発環境を構築
## YouTube
[](https://youtu.be/[youtube-id])
## 技術選定
- Bun
- TypeScript
- React Native
- Expo
- Expo Router
- Nativewind## 初期設定
### NodeModule をインストール
```sh
bun install
```