|
|
1 주 전 | |
|---|---|---|
| .vscode | 1 개월 전 | |
| android | 3 주 전 | |
| assets | 1 개월 전 | |
| design | 1 개월 전 | |
| docs | 1 개월 전 | |
| ios | 3 주 전 | |
| patches | 1 개월 전 | |
| scripts | 2 달 전 | |
| src | 1 주 전 | |
| .gitignore | 1 개월 전 | |
| .npmrc | 1 개월 전 | |
| .watchmanconfig | 1 개월 전 | |
| CLAUDE.md | 3 주 전 | |
| README.md | 1 주 전 | |
| airpush.sh | 1 주 전 | |
| app.json | 1 주 전 | |
| babel.config.js | 1 개월 전 | |
| eslint.config.js | 1 개월 전 | |
| metro.config.js | 1 개월 전 | |
| nativewind-env.d.ts | 1 개월 전 | |
| package.json | 1 개월 전 | |
| pnpm-lock.yaml | 1 개월 전 | |
| pnpm-workspace.yaml | 1 개월 전 | |
| tailwind.config.js | 1 개월 전 | |
| theme.js | 1 개월 전 | |
| tsconfig.json | 1 개월 전 |
Expo project created with create-expo-app.
安装依赖
pnpm install
运行
pnpm android / ios ...
{
"api": {
"url": "https://api.com/api/v1/", // api 地址
"timeout": 15000
},
"site": "https://xxx.com/", // 官网地址 强更/隐私协议等
"jsVersion": "1"
}
2. 热更
/app.json
json "updates": {
"enabled": true,
"checkAutomatically": "NEVER",
"url": "https://updates-loan.xxx.com/api/manifest", // 热更地址(使用第三方)
...
```
airpush.sh (请先修改serverHost为热根服务器)