- Add React Query provider and client - Create reusable UI components (Loading, Error, Empty) - Implement custom hooks with fallback data - Integrate hooks into Resources and Community screens - Add pull-to-refresh support - Configure EAS Build profiles and environment variables
28 lines
457 B
JSON
28 lines
457 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 7.0.0"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"env": {
|
|
"APP_VARIANT": "development"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"env": {
|
|
"APP_VARIANT": "preview"
|
|
}
|
|
},
|
|
"production": {
|
|
"env": {
|
|
"APP_VARIANT": "production"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|