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:
- It's work in progress
- We need your feedback
- Code contributions are welcome
Watch the recording of the app :
-
Clone this repository:
git clone https://github.com/iZaL/real-estate-app-ui
-
Navigate to the
real-estate-app-ui
directory:cd real-estate-app-ui
-
Install the npm dependencies:
npm install
-
Install the native dependencies:
react-native link
-
Type the following command :
react-native run-ios
To Run tests type :
npm run test
MIT License