A cross-platform app built on React-Native using react-native-maps and Foursquare API to generate and locate recommended food places around the user requested area with the user preference of food. The UI is built using shoutemUI toolkit.
This app is not built for commercial purposes and only built as practice. For any queries and tweeks suggestion, contact me @ [email protected]
You will need Node.js for this installation process
$ npm install -g yarn
$ npm install -g react-native-cli
$ react-native init Foodplace
Copy cloned directory to newly formed directory (Make sure you replace the node modules and index files)
$ react-native install @shoutem/ui
$ react-native install react-native-vector-icons
$ react-native install react-native-linear-gradient
$ react-native install [email protected]
$ react-native install query-string
$ cd Foodplace
$ react-native run-android