A react native restaurant project
-
Search for restaurants using search keyword (e.g Food, Pizza, etc)
-
View Location of the restaurant
-
Dial restaurant number
-
Visit website address
-
View restaurant ratings
-
And more...
NOTE: A working knowledge of setting up a react-native project using react-native cli is required. Check here for more on this.
-
clone the project
git clone https://github.com/larrystone/restaurants.git -
cd to the directory
cd restaurants -
Install dependencies
npm installoryarn -
Create and update a
settings.jsonfile using thesettings.example.jsonfile in /private/data folder -
Run
react-native run-androidto run on android orreact-native run-iosto run on an IOS device