ColinEberhardt / ReactNative-PropertyFinder

A property finder application written using React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A property finder application written using React Native


Languages

Language:JavaScript 75.5%Language:Objective-C 24.5%