Jeremy
Jeremy
Can this please get merged
@marcofranssen Is there any chance you would be able to publish your fork on NPM? Or is this not something you would be interested in? If the latter, I will...
Works great, thanks!
> Would be willing to look into differentiating square / rounded if you have a proposal. What would you expect in terms of CLI usage without breaking existing commands and...
> @puremana do you think this is related to #14 Yes. Sorry I didn't see that issue before
Was just about to post an issue regarding this, glad to see it's probably because of my timezone (Pacific/Auckland). A post made on the 19th of November is showing the...
@tcrowe any luck?
Sorry, it turns out timezone doesn't change anything at all in my project, even when it should be. My bug was something else, thanks for all of your help
Ended up wrapping my `Geolocation.getCurrentPosition` with `RNAndroidLocationEnabler` from [https://github.com/Richou/react-native-android-location-enabler](https://github.com/Richou/react-native-android-location-enabler)
@HarshitMadhav Along the lines of this ```javascript constructor(props) { super(props); if (Platform.OS === 'android') { this.getPermissions() } else { this.findCoordinates() } } getPermissions = () => { RNAndroidLocationEnabler.promptForEnableLocationIfNeeded({interval: 10000, fastInterval:...