senixus / react-native-place-finder

A simple place finder for finding places to eat or drink.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Place Finder

A simple place finder. I used Yelp API to fetch places data.

Installation

After cloning the project, you need to get map API and Yelp API.

You can add your Yelp API to api.ts

After creating your Android map API key. You need to add to your manifest file android/app/src/main/AndroidManifest.xml

<application>
   <!-- You will only need to add this meta-data tag, but make sure it's a child of application -->
   <meta-data
     android:name="com.google.android.geo.API_KEY"
     android:value="Your Google maps API Key Here"/>
</application>

If you want to use on IOS, you can follow IOS steps.

After finishing the configuration steps you can run the app

yarn run android
or
yarn run ios

About

A simple place finder for finding places to eat or drink.

License:MIT License


Languages

Language:TypeScript 68.1%Language:Java 9.0%Language:C++ 8.8%Language:Ruby 3.2%Language:Objective-C 2.9%Language:JavaScript 2.7%Language:Starlark 2.4%Language:Makefile 1.9%Language:Objective-C++ 1.0%