Releases: zoontek/react-native-permissions
Releases · zoontek/react-native-permissions
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)
2.0.4
- Add a Jest mock file
- Avoid return
unavailable
if bluetooth-peripheral
is not set in UIBackgroundModes
(fix #366)
- Add a new workaround about
use_frameworks!
in the documentation (#372 by @Dimon70007)
2.0.3
- Avoid return
unavailable
if location
is not set in UIBackgroundModes
to allow significant location tracking feature usage
- Add instructions about
use_frameworks!
in the documentation