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.
Ensure you have the following installed:
- Node.js: Download Node.js
- Expo CLI: Install it globally using npm
npm install -g expo-cli- Android Studio (for Android Emulator) or Xcode (for iOS Simulator) if testing on an emulator.
- Clone the Repository
cd mobile-app-client- Install npm Dependencies
npm install- Start the Development Server
npx expo start- 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
ato open the app on an Android emulator orifor iOS simulator.
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
| Home Page | Dashboard | Govt. Schemes | News | Account |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |




