MayaFiuza / real-estate-app-ui

Real Estate Property Listing App Built With React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real Estate React Native Mobile App

React Native iOS implementation of the HomeKey App

This version of the application is built with React Native

This is an experimental project, which means that:

  1. It's work in progress
  2. We need your feedback
  3. Code contributions are welcome

iOS Screenshot

Watch Video Recording

Watch the recording of the app :

iOS Screenshot

Installation Instructions

  1. Clone this repository:

    git clone https://github.com/iZaL/real-estate-app-ui
    
  2. Navigate to the real-estate-app-ui directory:

    cd real-estate-app-ui
    
  3. Install the npm dependencies:

    npm install
    
  4. Install the native dependencies:

    react-native link
    

Run in the iOS Emulator

  1. Type the following command :

    react-native run-ios
    

Testing

To Run tests type :

   npm run test

MIT License

About

Real Estate Property Listing App Built With React Native


Languages

Language:JavaScript 97.0%Language:Objective-C 1.3%Language:HTML 0.7%Language:Java 0.5%Language:Python 0.4%