This is a React Native application for managing appointments.
Before you begin, make sure you have the following installed:
- Node.js: Download and install Node.js
- Yarn (Optional, but recommended for faster package management): Install Yarn
- React Native CLI: Install React Native CLI
- Android Studio (for Android development)
- Xcode (for iOS development, macOS only)
-
Clone the repository:
Clone the repository to your local machine:
git clone https://github.com/touseefiqbal845/React-Native-AppointmentSys.git cd React-Native-AppointmentSys ## Install dependencies:
npm install
npx react-native run-android
npx react-native run-ios