Skip to content

Releases: zoontek/react-native-permissions

2.1.3

23 Apr 08:03
Compare
Choose a tag to compare
  • Don't reject with an error if FaceID is locked out (Fix #453)
  • Improve test warning (#450 by @ghiculescu)

2.1.2

16 Apr 09:21
Compare
Choose a tag to compare
  • Check granted status before blocked status on Android check (Fix #445)

2.1.1

14 Apr 10:14
Compare
Choose a tag to compare
  • Add Permission-Notifications to permission handlers startup availability check (Fix ##441 (comment))

2.1.0

11 Apr 20:40
Compare
Choose a tag to compare
  • 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

14 Mar 17:24
Compare
Choose a tag to compare
  • 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

05 Jan 18:23
Compare
Choose a tag to compare
  • Prevent permission handlers being aggressively cleaned by ARC before resolving the request (#391 by @booker0108)

2.0.8

09 Dec 10:42
Compare
Choose a tag to compare
  • FIx #386: Broken TS types path

2.0.7

09 Dec 08:02
Compare
Choose a tag to compare
  • Fix #335 & #347: Build fail in index.ts Unexpected token

2.0.6

04 Dec 23:00
Compare
Choose a tag to compare
  • Fix checkNotifications / requestNotifications returning denied instead of blocked on Android (#382)

2.0.5

02 Dec 11:31
Compare
Choose a tag to compare
  • Fix unexported Jest mock file (#380)