Skip to content

Releases: zoontek/react-native-permissions

5.5.1

04 Mar 09:35
b18d7cc

Choose a tag to compare

  • Fix nested PERMISSIONS object in mock file (closes #977)

5.5.0

20 Feb 15:49
ecca074

Choose a tag to compare

  • 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

31 Oct 19:05
451385f

Choose a tag to compare

  • Fix a regression introduced in v5.4.3 (missing privacy usage descriptions on iOS)

5.4.3

28 Oct 12:50
31595d3

Choose a tag to compare

  • Use CLLocationManager instance authorizationStatus on iOS >= 14

5.4.2

22 Jul 17:25
3af8d85

Choose a tag to compare

  • Fix check returns DENIED instead of UNAVAILABLE for unsupported permissions on Android (closes #963)

5.4.1

31 May 10:14
88e29db

Choose a tag to compare

  • Proxify other platforms permissions to avoid edge cases like #951 by @zoontek in #952

5.4.0

27 Apr 09:51
b15d5e9

Choose a tag to compare

5.3.0

21 Mar 18:12
3501c8e

Choose a tag to compare

5.2.6

06 Mar 09:53
ad233ec

Choose a tag to compare

  • Fix a crash with isPermissionAvailable() on Android 6

5.2.5

02 Feb 14:01
0e25780

Choose a tag to compare

  • Only request LOCATION_ALWAYS when app is active (fix #924)