React Native app for scraping adverts from hungarian real estate site ingatlan.com
, and present results in a better manner.
Support is iOS only for now.
Non profit and open source project.
- Markers aren't appearing on the map from the second map render (3rd party issue)
You will need OSX, with the newest Xcode. Apple Dev account is NOT required.
Steps of building the app: React Native getting started
Here are some interesting parts from the project. Things what I just learnt, or something that worth mentioning.
Cheerio: jQuery on the server.
How to use with React Native? Override these Node modules:
npm install --save cheerio buffer events stream
Generate clean React component structure: generate_component.sh generate_stateless_component.sh
React Native Vector Icons I highly recommend this package!
RNPM
Gives you the excellent rnpm link
command.
When you pass --fix
flag to eslint, it tries to fix some errors. Great stuff.
Usage in this project: npm run lint -- --fix
Handy trick from F8App.
MIT