Property Finder App made in React Native extended off the tutorial by Colin Eberhardt
Main Functionality:
- Created PropertyApp class
- Added SearchPage class that allows typing in a city in UK and search functionality
- Integrated with Nestoria's API to retrieve Property Listings
- Added ability to grab user's location
- Added Search Results View
- Added Property Detail View (with Images)
- Added Property Map View (using MapView)
To Do:
Add Country Selector Android support
To Run (currently only iOS):
Make sure you have Node 4.0 or newer installed Install using the nodejs.org website
Clone repo, then do the following commands:
cd SearchProperties
sudo npm install
npm start
Alternatively, if npm start doesn't work, go into the ios directory, and click the PropertyApp.xcodeproj, build and run.
Go into the index.ios.js to view the root code that is running the app.