Skip to content

Releases: zoontek/react-native-permissions

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)

2.0.4

26 Nov 17:23
Compare
Choose a tag to compare
  • 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

23 Oct 16:22
Compare
Choose a tag to compare
  • 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

2.0.2

06 Oct 16:10
Compare
Choose a tag to compare

2.0.1

05 Oct 17:21
Compare
Choose a tag to compare
  • Fix missing notifications permission pod with use_frameworks!(by @dungnguyen10989, fix #331)
  • Fix location permissions requests on iOS 13 (fix #329)
  • Split types out so module is easier to mock for testing (fix #324)
  • Fix package.json homepage and repository url (fix #330)
  • Add warnings about missing UIBackgroundModes