Skip to content

herarya/rn-google-place

Repository files navigation

Introduction

Welcome to travel maps with react-native+ redux tool kits;

Screenshot

Image 1 Image 2 Image 3 Image 4 Image 5

Requirements

Before start, make sure you installed:

Stack

Folder structure

.
├── README. md 
├── android 
├── ios
├── node_modules
├── src                    
│   ├── assets              
│   ├── components          # global components
│   ├── hooks               # React state and lifecycle from function components) hooks of the app
│   ├── redux              
│   │   ├── *Slice.ts      
│   │   ├── store.ts     
│   ├── screens             # all screen for the ap
│   ├── navigation         
│   ├── utils 
│   │   ├── interface.ts    # common interface
│   │   ├── theme.ts        # theme configs 
│   ├── services            # all services network or local
│   └── ...                 # etc.
└── ...

How to run

$ git clone (repo link)
$ cd rn-google-place
$ yarn
$ npx pod-install
$ yarn run ios|android

Feature

this project includes some feature such as:

  • google places
  • recent search location
  • Google maps sdk
  • Reusable components
  • Http cache RTK Query
  • Unit test

Author

herman