This is a modern React Native mobile application designed for doctors and patients, featuring:
- 📅 Appointment Booking
- 💊 Medicine Tracking
- 🗓 Calendar Management
git clone https://github.com/structlooper/Modern-Healthcare-Mobile-Application.git
cd Modern-Healthcare-Mobile-Application
npm install
# or
yarn install
npx react-native start
> a
# or ~ android
npx react-native run-android
npx pod-install
npx react-native start
> i
# or ~ ios
npx react-native run-ios
- Its a simple to you can login with any of details and after that just click and enter any value just be real like if asked for email then enter test@gmail.com (format should correct).
Issue | Solution |
---|---|
Command not found: react-native | Run npx react-native <command> instead of react-native <command> . |
Android build fails | Ensure Android SDK & Emulator are set up properly. |
iOS build fails | Run cd ios && pod install , then retry. |
Metro Bundler stuck | Try npx react-native start --reset-cache . |
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
For support, feedback, or contributions, reach out via GitHub: structlooper.