Skip to content

EpicShi/mobile-app-client

Repository files navigation

Client Mobile Application

This repository contains the mobile application designed to provide a seamless user experience. This app is built using Expo and React Native to ensure smooth cross-platform functionality.

GitHub Downloads (specific asset, latest release)


Prerequisites

Ensure you have the following installed:

npm install -g expo-cli
  • Android Studio (for Android Emulator) or Xcode (for iOS Simulator) if testing on an emulator.

Setup

  1. Clone the Repository
cd mobile-app-client
  1. Install npm Dependencies
npm install
  1. Start the Development Server
npx expo start
  1. Launch on a Device/Emulator
    • Scan the QR code using the Expo Go app (available on Google Play Store or Apple App Store).
    • Alternatively, press a to open the app on an Android emulator or i for iOS simulator.

Directory Structure

mobile-app-client/
├── app/                          # Application logic
├── assets/                       # Static assets (images, fonts, etc.)
├── components/                   # Reusable UI components
├── constants/                    # Configuration constants
├── .gitignore                    # Git ignore rules
├── .npmrc                        # NPM configuration
├── app.json                      # Expo configuration
├── babel.config.js               # Babel configuration
├── eas.json                      # Expo Application Services (EAS) configuration
├── global.css                    # Global styles
├── gluestack-ui.config.json      # GlueStack UI configuration
├── metro.config.js               # Metro bundler configuration
├── nativewind-env.d.ts           # NativeWind environment type definitions
├── package-lock.json             # NPM package lock file
├── package.json                  # Project dependencies and scripts
├── tailwind.config.js            # Tailwind CSS configuration
├── tsconfig.json                 # TypeScript configuration

Screenshots

Home Page Dashboard Govt. Schemes News Account
image image image image image

About

This repository contains the source code for client side mobile application

Resources

Stars

Watchers

Forks

Packages

No packages published