React Native Geolocation Versions Save

Geolocation APIs for React Native

v3.2.0

2 months ago
  • Upgrade example app to RN 0.73.4 (#299) 53a616b
  • Update react-native-geolocation.podspec (#297) 0dc53c2
  • Remove RCT-Folly version hardcoding (#289) aa51e7e
  • Update PlayServicesLocationManager.java (#280) d249a2d
  • chore: set engines.node to node 16+ 9004f93

https://github.com/michalchudziak/react-native-geolocation/compare/v3.1.0...v3.2.0

v3.1.0

8 months ago
  • chore: set engines.node to node 16+ 9004f93
  • Release 3.10 (#271) f3da392
  • chore: fix example in xcode 14.3 7de1d36
  • chore: update rn version (#265) 4f12961
  • Set background location enabled if not requesting permissions (#232) 49bfbc8
  • chore: update patch e798d05
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /example (#228) 5db2e1b
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#229) 433785e
  • chore(deps): bump qs from 6.5.2 to 6.5.3 (#231) f842bad
  • docs: fix typo (#250) 58e9305
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (#264) 9c1391e
  • chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 (#263) 644eda6
  • chore: Update README.md for android setup running on React Native 0.65 and bellow (#259) 72acc05
  • chore(deps): bump semver from 5.7.1 to 5.7.2 in /example (#261) 24a026e
  • chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /example (#262) e8d3ccb
  • chore(deps): bump json5 from 2.2.1 to 2.2.3 in /example (#236) 8597c08

https://github.com/michalchudziak/react-native-geolocation/compare/v3.0.6...v3.1.0

v3.0.6

1 year ago
  • chore: fix a bug with negative distance filter passed to options (#246) ac477e9

https://github.com/michalchudziak/react-native-geolocation/compare/v3.0.5...v3.0.6

v3.0.5

1 year ago
  • Set default timeout to 10 minutes (#230) 129d044
  • Update BaseLocationManager.java (#227) 9324cbc

https://github.com/michalchudziak/react-native-geolocation/compare/v3.0.4...v3.0.5

v3.0.4

1 year ago
  • fix: fix coarse permission bug (#223) 9b08847
  • Add null Activity check in PlayServicesLocationManager.getCurrentLocationData (#220) b6d3a06
  • chore(android): set location API as a default provider (#214) dfbbdff
  • fix(adnroid): fix unnecessary maxage checks (#215) 741a353
  • chore(deps-update): bump RN version (#213) dbfc03b

https://github.com/michalchudziak/react-native-geolocation/compare/v3.0.3...v3.0.4

v3.0.3

1 year ago
  • Fix the support for coarse location & null context bu (#207) 362bf80

https://github.com/michalchudziak/react-native-geolocation/compare/v3.0.2...v3.0.3

v3.0.2

1 year ago
  • chore(deps): bump minimist from 1.2.5 to 1.2.7 (#203) 58de031
  • fix(event-emitter): add missing android stubs (#202) 6a8e7da
  • fix(ios): add support for use_frameworks (#201) 5b2da48
  • chore(deps): bump node-fetch from 2.3.0 to 2.6.7 (#191) 86ba129
  • chore(deps): bump shell-quote from 1.6.1 to 1.7.3 (#190) 08bee7c
  • chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 (#189) 634953c
  • feat(rn-upgrade): upgrade to rn 0.70 (#200) 4f18d18

https://github.com/michalchudziak/react-native-geolocation/compare/v3.0.1...v3.0.2

v3.0.1

1 year ago

Fixes an Android bug with missing default config.

  • fix(andorid): fix missing config issue 100086e

https://github.com/michalchudziak/react-native-geolocation/compare/v3.0.0...v3.0.1

v3.0.0

1 year ago

Library revamps that include:

  • Turbomodules support ⚡️
  • Play Services API support 📍
  • TypeScript migration ʦ
  • Other fixes & improvements 📈

What's Changed

New Contributors

Full Changelog: https://github.com/michalchudziak/react-native-geolocation/compare/v2.1.0...v3.0.0