A React Native healthcare application built with Expo.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
screen-20250211-204649.mp4
- Clone the repository:
git clone <repository-url>
cd ayuryuj-sub
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npx expo start
- Install Expo Go on your mobile device
- Make sure your phone and computer are on the same Wi-Fi network
- Start the development server using the command above
- Scan the QR code with:
- iOS: Use the Camera app
- Android: Use the Expo Go app
# Start the development server
npm start
# Start with clear cache
npx expo start --clear
# Start on a specific port
npx expo start --port 19001
ayuryuj-sub/
├── app/
│ ├── screens/ # Screen components
│ ├── components/ # Reusable components
│ ├── utils/ # Utility functions
│ └── index.js # Entry point
├── assets/ # Images, fonts, etc.
└── screenshots/ # App screenshots
- Metro bundler issues:
npx expo start --clear
- Dependency issues:
rm -rf node_modules
npm install
- Network issues:
- Ensure your phone and computer are on the same Wi-Fi network
- Try using a tunnel connection:
npx expo start --tunnel
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request