create react native app
1.0.0
ขอแนะนำให้ใช้เฟรมเวิร์กเพื่อสร้างแอพด้วย React Native เรียนรู้เพิ่มเติม
สร้างโครงการ Expo ใหม่ด้วย create-expo-app แทน:
# Usage for bun, npm, pnpm, and yarn
$ npm create expo
$ bun create expo
$ pnpm create expo
$ yarn create expo
# Output help information with all available options
$ npx create-expo --help