Skip to content

pan-pixel/locSharer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

locSharer

A location-sharing app built with React Native and Pusher. This uses Pusher to share geolocation data in realtime. The full tutorial is available at: https://pusher.com/tutorials/geolocation-sharing-react-native/

Getting Started

Below is a quick summary to get the project to run:

  1. Sign up for API keys on Pusher, Google and Facebook.
  2. Clone the project
git clone git@github.com:anchetaWern/locSharer.git
cd locSharer
  1. Replace the API keys in the files on the locSharer folder.
  2. Add secrets with Now.
  3. Deploy server with Now (use the secrets).
  4. Run the app
react-native run-android

or

react-native run-ios 

Prerequisites

  • React Native development environment (including Node.js)
  • Genymotion Emulator
  • Pusher app
  • Facebook app
  • Google project

Built With

  • React Native - mobile development framework for developing apps with JavaScript and React.
  • Pusher - APIs to enable devs building realtime features

Acknowledgments

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • Java 8.8%