adamwysocki / whereami

React Native Geolocation Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WHERE AM I?

=======================

A react-native example app that demonstrates location services, google maps api, and jest testing


Setup

git clone https://github.com/adamwysocki/whereami.git
  • install dependencies
npm install

To run:

  • For iOS, from the command line, run via command: react-native run-ios or open XCode and load project, Run Product -> Run (⌘+R)
  • For android, from the command line, run via the command: react-native run-android assuming you have an emulator or device running and attached
  • To run Jest, npm test
  • Enjoy!

About

React Native Geolocation Demo


Languages

Language:HTML 79.1%Language:JavaScript 12.2%Language:CSS 3.6%Language:Objective-C 3.1%Language:Python 1.1%Language:Java 0.9%