Skip to content

Releases: zoontek/react-native-permissions

5.2.6

06 Mar 09:53
ad233ec
Compare
Choose a tag to compare
  • Fix a crash with isPermissionAvailable() on Android 6

5.2.5

02 Feb 14:01
0e25780
Compare
Choose a tag to compare
  • Only request LOCATION_ALWAYS when app is active (fix #924)

5.2.4

21 Jan 17:42
9bb28b9
Compare
Choose a tag to compare
  • Check if permission is null (fix an Android build issue in RN 0.77)

New Contributors

5.2.3

13 Jan 13:48
1e08069
Compare
Choose a tag to compare
  • Make requestNotifications options argument optional

5.2.2

05 Jan 13:53
c513c50
Compare
Choose a tag to compare
  • Rely on a static list instead of Manifest to determine if a permission is available - (closes #908)
  • Use the granted boolean when calling requestFullAccessToEventsWithCompletion on iOS (closes #911)

5.2.1

28 Nov 16:19
852524c
Compare
Choose a tag to compare
  • Check in both Manifest and permissions groups to determine if a permission is available.

5.2.0

20 Nov 14:04
ac0eb65
Compare
Choose a tag to compare
  • Add tvOS compatibility (closes #906)

5.1.0

29 Oct 23:34
7774a79
Compare
Choose a tag to compare
  • Add canScheduleExactAlarms to check Android SCHEDULE_EXACT_ALARM (closes #795)
  • Add an optional type argument to openSettings, allowing you to open application (the default), alarms or notifications settings

5.0.2

24 Oct 20:24
bb36c5d
Compare
Choose a tag to compare
  • Fix a regression introduced in v5.0.0 for PERMISSIONS.IOS.FACE_ID (#903)

5.0.1

18 Oct 15:29
e380b10
Compare
Choose a tag to compare
  • Fix running expo prebuild after manual Podfile modifications