Skip to content

Releases: zoontek/react-native-permissions

5.1.0

29 Oct 23:34
7774a79
Compare
Choose a tag to compare
  • Add canScheduleExactAlarms to check Android SCHEDULE_EXACT_ALARM (closes #795)
  • Add an optional type argument to openSettings, allowing you to open application (the default), alarms or notifications settings

5.0.2

24 Oct 20:24
bb36c5d
Compare
Choose a tag to compare
  • Fix a regression introduced in v5.0.0 for PERMISSIONS.IOS.FACE_ID (#903)

5.0.1

18 Oct 15:29
e380b10
Compare
Choose a tag to compare
  • Fix running expo prebuild after manual Podfile modifications

5.0.0

12 Oct 09:54
d253fb0
Compare
Choose a tag to compare

⚠️ This version requires Xcode 16 and drops support for iOS < 13.4, Android < 6.0, and React Native < 0.73.

What's changed

  • Added LIMITED contacts permission status (on iOS 18+) (#882 by @changey)
  • Migrated the Android codebase to Kotlin
  • Proper support for iOS calendar permission escalation (fixes #889)

What's new

  • Enabled location permission escalation on iOS (closes #716) – This feature was sponsored by Driversnote.com. Thank you! 🙌
  • Added support for Android private / signature permissions (fixes #887)
  • requestNotifications now accept a rationale argument
  • Introduced a new unified diagram to simplify understanding of the permission request flow:
373889855-300d75e7-d038-46df-8daa-c4b60bdb1c0b

4.1.5

24 Mar 11:48
05d4071
Compare
Choose a tag to compare
  • Use Microsoft.Windows.CppWinRT version provided by RNW by @tido64 in #860
  • Add Apple privacy manifest & usage descriptions for UserDefaults by @johnhatvani in #861

4.1.4

24 Feb 17:45
e9f4135
Compare
Choose a tag to compare
  • Improve new architecture code (#850)

4.1.3

24 Feb 15:01
fd09332
Compare
Choose a tag to compare
  • Switch to Objective-C++ (#849)

4.1.2

18 Feb 13:51
bcb4c98
Compare
Choose a tag to compare
  • Replace deprecated microphone API on iOS >= 17 (#846)

4.1.1

31 Jan 09:55
deedb2b
Compare
Choose a tag to compare
  • Fix Expo plugin not working on Expo SDK 50 (closes #840)

4.1.0

27 Jan 13:18
28e15e8
Compare
Choose a tag to compare
  • Add expo config plugin for iOS permissions setup by @fobos531 in #834
  • Improved error handling for Attempt to invoke interface method 'void com.facebook.react.bridge.Callback.invoke(java.lang.Object[])' by @webraptor in #835