Expo で開発を始めるまでの手順を紹介します。
まずは create-expo-app
でプロジェクトを作成します。
npx create-expo-app@latest .
不要なファイルを削除します。
rm -rf components constants hooks scripts
必要なフォルダを作成します。
mkdir -p features/Home shared stores app/"(home)"
Published: 2025/6/2
Expo で開発を始めるまでの手順を紹介します。
まずは create-expo-app
でプロジェクトを作成します。
npx create-expo-app@latest .
不要なファイルを削除します。
rm -rf components constants hooks scripts
必要なフォルダを作成します。
mkdir -p features/Home shared stores app/"(home)"