Releases: zoontek/react-native-permissions
Releases · zoontek/react-native-permissions
5.2.6
- Fix a crash with
isPermissionAvailable()
on Android 6
5.2.5
- Only request
LOCATION_ALWAYS
when app is active (fix #924)
5.2.4
- Check if
permission
is null
(fix an Android build issue in RN 0.77)
New Contributors
5.2.3
- Make
requestNotifications
options
argument optional
5.2.2
- 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
- Check in both
Manifest
and permissions groups to determine if a permission is available.
5.2.0
- Add tvOS compatibility (closes #906)
5.1.0
- 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
- Fix a regression introduced in v5.0.0 for
PERMISSIONS.IOS.FACE_ID
(#903)
5.0.1
- Fix running
expo prebuild
after manual Podfile
modifications