- 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
5 lines
121 B
Text
5 lines
121 B
Text
# API Configuration
|
|
EXPO_PUBLIC_API_URL=http://localhost:8000/api/v1
|
|
|
|
# Feature Flags
|
|
EXPO_PUBLIC_ENABLE_ANALYTICS=false
|