awesomedev77 / MedSpa-Booking-RN

MedSpa Booking App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MedSpa - React Native App

This app is the react native one using Firebase Realtime Database.

Pre-Requisites

  1. MacOS Mojave 10.14.3 or above
  2. Git
  3. Android Studio
  4. Xcode To test the app on physical device, You'll need an Apple Developer Account
  5. CocoaPods
  6. Node.js® and NPM
  7. React Native CLI

Getting Started

Clone the repository in your pc using git. Install node packages

$ npm install

Install pod files for iOS Project.

$ cd ios
$ pod install
$ cd ..

Run the application

Run the application on Android Platform

$ react-native run-android

Run the application on iOS Platform

$ react-native run-ios

Make the executable files(APK & IPA)

  1. Make signed APK file
    $ cd android
    $ ./gradlew assembleRelease
    $ cd ..

Contributing

Authors

Top Web Gurus

License

This project is licensed under the MIT License - see the LICENSE.md file for details

"# react-native-booking-app"

About

MedSpa Booking App

License:MIT License


Languages

Language:JavaScript 93.8%Language:Java 2.0%Language:Objective-C 1.9%Language:Ruby 1.4%Language:Starlark 0.9%