Skip to content

Releases: zoontek/react-native-permissions

2.2.0

27 Aug 08:37

Choose a tag to compare

2.1.5

21 May 16:21

Choose a tag to compare

  • Fix Bluetooth API MISUSE error on iOS 12 (Fix #464)

2.1.4

01 May 08:05

Choose a tag to compare

  • Fix compatibility with TypeScript versions < 3.8.0 (#456 by @huntie)

2.1.3

23 Apr 08:03

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

Choose a tag to compare

  • Check granted status before blocked status on Android check (Fix #445)

2.1.1

14 Apr 10:14

Choose a tag to compare

  • Add Permission-Notifications to permission handlers startup availability check (Fix ##441 (comment))

2.1.0

11 Apr 20:40

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

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

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

Choose a tag to compare

  • FIx #386: Broken TS types path