# ReactNative-PropertyFinder **Repository Path**: mirrors_sudoconf/ReactNative-PropertyFinder ## Basic Information - **Project Name**: ReactNative-PropertyFinder - **Description**: A property finder application written using React Native - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React Native PropertyFinder App This repository accompanies the [tutorial I published on Ray Wenderlich's website](http://www.raywenderlich.com/99473/introducing-react-native-building-apps-javascript), 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