Expo官网: https://docs.expo.dev/
expo官网默认创建基础项目命令
npx create-expo-app my-app
expo模板项目命令
blank模板 (如果不需要使用ts,去除-typescript即可)
tabs模板
minimal模板
ps:如果不需要使用ts,去除-typescript即可
替换模板 expo-template-xxx
示例:blank ---ts模板
npx create-expo-app -t expo-template-blank-typescript
项目如下图:

blank模板项目

tabs模板项目

minimal模板项目