Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 507 Bytes

File metadata and controls

11 lines (6 loc) · 507 Bytes

React Native PropertyFinder App

This repository accompanies the tutorial I published on Ray Wenderlich's website, which describes the process of building a simple property search application using React Native.

The project was created using the react-native-cli tool:

react-native init PropertyFinder

To run this project you need to fetch the node dependencies using the following command:

npm install