Skip to content

Releases: zoontek/react-native-permissions

5.6.1

Choose a tag to compare

@zoontek zoontek released this 23 Jul 13:43
d919990
  • Fix stale iOS calendar / reminders status by reusing a single EKEventStore

5.6.0

Choose a tag to compare

@zoontek zoontek released this 16 Jun 12:06
b7efa15

What's Changed

  • Add openContactPicker to edit the limited contacts selection on iOS 18+ by @pablogdcr in #985

New Contributors

5.5.3

Choose a tag to compare

@zoontek zoontek released this 09 Jun 15:50
eec52cf
  • check(PERMISSIONS.IOS.LOCATION_ALWAYS) no longer returns blocked after only LOCATION_WHEN_IN_USE was granted. It now correctly reports denied while the always upgrade is still requestable (#984)
  • request(PERMISSIONS.IOS.CONTACTS) now returns limited instead of granted when the user grants limited access (#929)

5.5.2

Choose a tag to compare

@zoontek zoontek released this 28 May 16:29
b440f9c
  • Fix lockHandler crash (closes #885)

5.5.1

Choose a tag to compare

@zoontek zoontek released this 04 Mar 09:35
b18d7cc
  • Fix nested PERMISSIONS object in mock file (closes #977)

5.5.0

Choose a tag to compare

@zoontek zoontek released this 20 Feb 15:49
ecca074
  • Update documentation with one-time permission info for Android by @hryhoriiK97 in #971
  • Export a dedicated typed function for Expo dynamic configuration (app.config.ts)

Note that this release uses the package.json exports property, be sure that you are using "moduleResolution": "bundler".

code

5.4.4

Choose a tag to compare

@zoontek zoontek released this 31 Oct 19:05
451385f
  • Fix a regression introduced in v5.4.3 (missing privacy usage descriptions on iOS)

5.4.3

Choose a tag to compare

@zoontek zoontek released this 28 Oct 12:50
31595d3
  • Use CLLocationManager instance authorizationStatus on iOS >= 14

5.4.2

Choose a tag to compare

@zoontek zoontek released this 22 Jul 17:25
3af8d85
  • Fix check returns DENIED instead of UNAVAILABLE for unsupported permissions on Android (closes #963)

5.4.1

Choose a tag to compare

@zoontek zoontek released this 31 May 10:14
88e29db
  • Proxify other platforms permissions to avoid edge cases like #951 by @zoontek in #952