Releases: zoontek/react-native-permissions
Releases · zoontek/react-native-permissions
2.1.3
- Don't reject with an error if FaceID is locked out (Fix #453)
- Improve test warning (#450 by @ghiculescu)
2.1.2
- Check
granted
status before blocked
status on Android check
(Fix #445)
2.1.1
- Add
Permission-Notifications
to permission handlers startup availability check (Fix ##441 (comment))
2.1.0
- Add
checkMultiple
/ requestMultiple
methods (Fix #354, #435)
- Add
unavailable
and blocked
check on check()
calls (Fix #419)
- Disallow Bluetooth Peripheral request in iOS simulator
- Make
Should be one of: ()
message more explicit (Fix #389)
2.0.10
- Avoid relying on
shouldShowRequestPermissionRationale
on Android
- Remove deprecated
react-native link
mentions in warnings (by @thymikee)
- Fix Android example project icons
- Add workarounds instructions for CocoaPods 1.9
CMMotionActivityManager
: Reduce requested activity time window to the maximum
2.0.9
- Prevent permission handlers being aggressively cleaned by ARC before resolving the request (#391 by @booker0108)
2.0.8
- FIx #386: Broken TS types path
2.0.7
- Fix #335 & #347: Build fail in index.ts Unexpected token
2.0.6
- Fix
checkNotifications
/ requestNotifications
returning denied
instead of blocked
on Android (#382)
2.0.5
- Fix unexported Jest mock file (#380)