Skip to content

SamayXD/ayuryuj-sub

Repository files navigation

AyurYuj Mobile App

A React Native healthcare application built with Expo.

Screenshots

Simulator Screenshot - iPhone 16 Pro - 2025-02-11 at 22 00 26 Simulator Screenshot - iPhone 16 Pro - 2025-02-11 at 22 01 40 Simulator Screenshot - iPhone 16 Pro - 2025-02-11 at 22 01 50 Simulator Screenshot - iPhone 16 Pro - 2025-02-11 at 22 01 46
Simulator Screenshot - iPhone 16 Pro - 2025-02-11 at 22 01 54 Simulator Screenshot - iPhone 16 Pro - 2025-02-11 at 22 01 58 Simulator Screenshot - iPhone 16 Pro - 2025-02-11 at 22 02 02 Simulator Screenshot - iPhone 16 Pro - 2025-02-11 at 22 02 04
Simulator Screenshot - iPhone 16 Pro - 2025-02-11 at 22 02 06 Simulator Screenshot - iPhone 16 Pro - 2025-02-11 at 22 02 10 Simulator Screenshot - iPhone 16 Pro - 2025-02-11 at 22 02 13

Demo Video

screen-20250211-204649.mp4

Prerequisites

  • Node.js (v16 or newer)
  • npm or yarn
  • Expo Go app on your mobile device (iOS | Android)

Getting Started

  1. Clone the repository:
git clone <repository-url>
cd ayuryuj-sub
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npx expo start

Running on Your Device

  1. Install Expo Go on your mobile device
  2. Make sure your phone and computer are on the same Wi-Fi network
  3. Start the development server using the command above
  4. Scan the QR code with:
    • iOS: Use the Camera app
    • Android: Use the Expo Go app

Development Commands

# Start the development server
npm start

# Start with clear cache
npx expo start --clear

# Start on a specific port
npx expo start --port 19001

Project Structure

ayuryuj-sub/
├── app/
│   ├── screens/          # Screen components
│   ├── components/       # Reusable components
│   ├── utils/           # Utility functions
│   └── index.js         # Entry point
├── assets/              # Images, fonts, etc.
└── screenshots/         # App screenshots

Troubleshooting

  1. Metro bundler issues:
npx expo start --clear
  1. Dependency issues:
rm -rf node_modules
npm install
  1. Network issues:
    • Ensure your phone and computer are on the same Wi-Fi network
    • Try using a tunnel connection: npx expo start --tunnel

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

License


About

building....

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published