Skip to content

abhay0648/React-Google-Place

Repository files navigation

Map Test - React Native

Application to fetch data from google place API, show list & marker on google map. Project build in react native usin redux

What is redux

Redux is an open-source JavaScript library for managing application state. It is most commonly used with libraries such as React or Angular for building user interfaces. Api fetching by using redux thunk.

Redux Thunk

Redux Thunk is middleware that allows you to return functions, rather than just actions, within Redux.

Add Your API Key

.env -> Add your API Key

Android

  1. Add your api key in manifest.
  2. Add your api key in Res -> value -> google_map_api.xml

IOS

Add your API key in AppDelegate.m

Don't forget to enable Map SDK for Android & IOS in your console.

For Environment - Config variables for React Native apps

https://www.npmjs.com/package/react-native-config

Build on Apple Mac M1 Processor

Android

android-screen

IOS

ios_screen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published