Windows87 / RNMaps

:satellite::earth_americas: React-Native app using Google Maps, NodeJS and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RNMaps

React-Native app using Google Maps, NodeJS and MongoDB.

Ps: I just developed for Android because I don't have a Macbook/iMac.

Screenshots

How to Run

Clone Repository

# Clone this repository
git clone https://github.com/Windows87/RNMaps/
# Go into repository
cd RNMaps

Start Server

# Go into server
cd backend
# Install dependencies
npm install
# Start
npm start

Start App

  1. Generate your Google Maps key in https://console.developers.google.com/apis/library/maps-android-backend.googleapis.com/
  2. Change your Google Maps key in android/app/src/main/AndroidManifest.xml
  3. Change your computer ip link in config/index.js
  4. Install dependencies and start
# Go into app
cd mobile
# Install dependencies
npm install
# Start
react-native run-android

About

:satellite::earth_americas: React-Native app using Google Maps, NodeJS and MongoDB

License:MIT License


Languages

Language:JavaScript 79.4%Language:Objective-C 11.2%Language:Python 4.9%Language:Java 4.5%