Skip to content

Releases: douglasjunior/react-native-get-location

6.0.0

22 Sep 20:55

Choose a tag to compare

Changes

  • Added support for the new architecture 🎉
  • Maintained backward compatibility with the old architecture
  • Set the new minimum React Native version to 0.71

NOTE: If you are still using the old architecture, there should be no breaking changes for you.

5.0.0

05 Aug 12:21

Choose a tag to compare

Changes

  • Update Android namespace (#51)

4.0.1

14 Dec 11:07
3b4d22f

Choose a tag to compare

Changes

  • Add Android permission check before requesting (Fixes #45)

4.0.0

19 Aug 14:25

Choose a tag to compare

Changes

  • Convert JavaScript to TypeScript
  • Remove deprecated and undocumented methods

3.0.1

06 Mar 11:11

Choose a tag to compare

Changes

  • Fixes breaking bug in rationale props for Android

3.0.0

02 Mar 18:25

Choose a tag to compare

Changes

  • Implement locationManagerDidChangeAuthorization for iOS 14 (#31)
  • Add rationale prop to request Android permissions (#33)
  • Improve sample project
  • Improve types
  • Improve docs

This version adds a Bug in Android, please update to 3.0.1

2.2.1

03 Dec 19:46

Choose a tag to compare

Changes

  • Update Android and iOS native projects

2.1.2

02 Aug 23:54

Choose a tag to compare

Changes

  • Fix types #23

2.1.1

26 May 11:19

Choose a tag to compare

Changes

  • Fix index.d.ts exports

2.1.0

26 Mar 13:52

Choose a tag to compare

  • Force iOS to return a UNAVAILABLE error when Location Service is disabled. (fixes #18)