Releases: zoontek/react-native-permissions
Releases · zoontek/react-native-permissions
5.4.1
- Proxify other platforms permissions to avoid edge cases like #951 by @zoontek in #952
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)