RIS Gran Chimú Mobile App
The RIS Gran Chimú mobile app is the official mobile application for the Red Integrada de Salud Gran Chimú (Gran Chimú Integrated Health Network). This tool enables citizens to access real-time health information and provides an administrative panel for efficient management of institutional content.What is RIS Gran Chimú?
RIS Gran Chimú is a comprehensive mobile health platform that bridges the gap between healthcare institutions and citizens. The app provides:- Public Access: Citizens can view institutional news, health facility information, services, and official regulations
- Administrative Control: Protected panel for editors and administrators to manage content
- Real-time Updates: Dynamic content delivery powered by a REST API backend
Key Features
Institutional News
Dynamic carousel showcasing the latest news and updates from RIS
Health Guide
Detailed information about healthcare facilities, services, and strategies
Official Regulations
Public access to resolutions and official documents
Administrative Management
Protected control panel for editors and administrators
Offline Mode
Session persistence and optimized data loading
Modern Design
Intuitive interface based on MINSA accessibility standards
Technology Stack
RIS Gran Chimú is built with modern, production-ready technologies:- Framework: Expo SDK 54+ with React Native 0.81
- Language: TypeScript 5.9
- Navigation: Expo Router (file-based routing)
- API Client: Axios 1.12 with JWT token interceptors
- Security:
expo-secure-storeandAsyncStoragefor session management - Icons:
lucide-react-nativefor consistent iconography - State Management: React Context for permissions and preferences
The app implements a “Lazy Auth” system to maintain functionality even when the backend server experiences delays in responding.
Architecture Overview
The application follows Expo Router’s file-based routing pattern:Security Features
RIS Gran Chimú implements robust security measures:- JWT Authentication: Token-based authentication with automatic refresh
- Secure Storage: Sensitive data stored using
expo-secure-store - Session Validation: Real-time token validation with automatic logout on expiration
- Automatic Redirects: 401 responses automatically redirect users to the welcome screen
Backend Integration
The mobile app connects to the RIS Gran Chimú backend API:- Production API:
https://ris-gran-chimu-backend.vercel.app/api - Protocol: RESTful API with JSON responses
- Timeout: 10 seconds for API requests
- Authentication: Bearer token in Authorization header
Platform Support
- Android: Full support with adaptive icons and edge-to-edge display
- iOS: Tablet support enabled
- Web: Static output using Metro bundler
Next Steps
Installation
Set up your development environment and install dependencies
Quick Start
Get the app running in 5 minutes
