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为热根服务器)