Skip to main content

Getting Started

Thank you for purchasing our Real Estate App. This is the official documentation to help you successfully utilize our source code. Below, you'll find an easy-to-follow roadmap broken into four main stages:


📋 Overview of Stages​

  1. Link your Firebase account.
  2. Deploy Firebase functions for order tracking and driver dispatching.
  3. Build and run the project on iOS and Android.
  4. Make further customizations as per your requirements.

We’ll describe each stage in detail, assuming no prior React Native experience. If you're already familiar with concepts like building iOS projects with CocoaPods, feel free to skip ahead.


We are going to describe each stage in details, assuming everyone who reads this has no prior React Native experience. If you are already familiar with things such as building React Native iOS projects with Cocoapods, feel free to skip those articles and move on. We recommend you to follow the steps below, in order:

  1. Build and run the downloaded React Native project – Full Documentation
  2. Link your own Firebase account – Full Documentation
  3. Configure Facebook Login – Full Documentation
  4. Configure payments by setting up your Stripe account – Full Documentation
  5. Configure Apple Pay – Full Documentation
  6. Configure Push Notifications – Full Documentation
  7. Get familiar with our core components and design patterns – Full Documentation