Skip to main content

Mobile Application

The Eli Health mobile application is built with React Native, providing a cross-platform solution for iOS and Android users.

Development Status

This documentation is being developed. Check back soon for complete mobile app documentation.

Architecture

  • Framework: React Native
  • State Management: Redux Toolkit
  • Navigation: React Navigation v6
  • Platform Support: iOS 13+, Android API 21+

Key Features

  • Health measurement capture
  • Real-time analytics dashboard
  • Push notifications
  • Offline data synchronization
  • Multi-language support

Development Setup

cd eli-app/packages/mobile-app
npm install
cd ios && pod install && cd ..
npm start
  • Backend API - Learn about the API endpoints used by the mobile app
  • Quick Start - Complete development environment setup