This app is the react native one using Firebase Realtime Database.
- MacOS Mojave 10.14.3 or above
- Git
- Android Studio
- Xcode To test the app on physical device, You'll need an Apple Developer Account
- CocoaPods
- Node.js® and NPM
- React Native CLI
Clone the repository in your pc using git.
$ git clone https://github.com/superdev115/MedSpa.git
$ cd MedSpaInstall node packages
$ npm installInstall pod files for iOS Project.
$ cd ios
$ pod install
$ cd ..Run the application on Android Platform
$ react-native run-androidRun the application on iOS Platform
$ react-native run-ios- Make signed APK file
$ cd android $ ./gradlew assembleRelease $ cd ..
This project is licensed under the MIT License - see the LICENSE.md file for details







