geohashing-ios
An iOS app built for geohashing with React Native.
Related Projects
- geohash-cli: Get the same info on your CLI
- geohash-coordinates: Does the heavy lifting for this project and the CLI of actually getting the coordinates
- geo-graticule: Get info about a graticule for any geocode
- djia: Get the Dow Jones opening value (which is used in the geohash algorithm)
- hex-frac-dec-frac: Convert a hexadecimal fraction to a decimal fraction (also used by the algorithm)
Developing
npm install
npm run start
npm run xcode
- Build for iOS Simulator when XCode launches
Release
- Set scheme to release
To disable the developer menu for production builds, open your project in Xcode and select
Product
→Scheme
→Edit Scheme...
(or press⌘ + <
). Next, selectRun
from the menu on the left and change the Build Configuration toRelease
.
- Build for device from Xcode
For more info, see the full running on device docs