This repository has been archived on 2026-07-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cloud-reader/mobile/eas.json
crisleo94 22ded87250 feat: implement mobile reader
- implement mobile epub reader
2026-06-20 13:33:44 -05:00

43 lines
782 B
JSON

{
"cli": {
"version": ">= 13.0.0",
"appVersionSource": "remote"
},
"build": {
"base": {
"node": "20.18.0",
"env": {
"EXPO_PUBLIC_API_URL": "https://api.example.com"
}
},
"development": {
"extends": "base",
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
},
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_API_URL": "http://10.0.2.2:8000"
}
},
"preview": {
"extends": "base",
"distribution": "internal",
"android": {
"buildType": "apk"
}
},
"production": {
"extends": "base",
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}