Wiki-My-Location

Ever wonder about the history immediately around you? Now you can learn instead of ruminating.

Tools

  • React Native
    • to enable hot reloading, press Command-D to bring up the dev menu and select.. you guessed it: Enable Hot Reloading
  • Redux
    • with react-redux bindings
  • Remote Redux DevTools

Initial (One Time Only) Setup

Clone the repo and install dependencies

> git clone https://github.com/dyale/Wiki-My-Location.git
> cd Wiki-My-Location
> npm install

Run the build process in Xcode

Open the project in Xcode (v7.0 or higher)

> open ios/WikiMyLocation.xcodeproj

Press `Command-R` to build the app

Upon successful build, Simulator will automatically launch the app (while running React packager on port 8081).

Subsequent Usage

After the initial build, there is no need for Xcode if you're just playing around with the app in Simulator. To do so, follow these steps:

> npm start (this will run React packager on port 8081)

Open Simulator (Command-Space bar + 'simulator')
Swipe to the second screen
Tap on the `Wiki-My-Location` icon