CEOehis / NativeEats

React Native Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NativeEats

Simple React Native application for fetching information about restaurants near you.

Technologies

  • React
  • React Native
  • React Navigation
  • react-native-vector-icons
  • Yelp API

In order to run/build this app locally you need to sign up for a Yelp API key. Then create an env.config.js file in the project's root.

touch env.config.js

Then past your API key in the same file, in the below format

export const API_KEY =
  'your.yelp.api.key';

About

React Native Application


Languages

Language:JavaScript 73.0%Language:Objective-C 14.3%Language:Python 7.1%Language:Java 5.6%