Skip to content

Releases: zoontek/react-native-permissions

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

4.0.4

08 Jan 08:50
97ba67c
Compare
Choose a tag to compare
  • Fix a regression caused by the example app (now using yarn link) that updated the project podspec

4.0.3

07 Jan 19:00
5b013ad
Compare
Choose a tag to compare
  • Add Android Gradle plugin 8 compatibility
  • Fix AndroidManifest.xml namespace deprecation warning

4.0.2

03 Jan 09:34
1269ded
Compare
Choose a tag to compare
  • Support PERMISSIONS.IOS.MEDIA_LIBRARY permission request on the iOS simulator (#831 by @asafkorem)

4.0.1

14 Dec 12:31
14b0e2f
Compare
Choose a tag to compare
  • Enforce checkNotifications behaviour on Android < 13 to match the Android runtime permissions flow and all others permissions behaviour (for more details, I made a post here).
  • Update example app to React Native 0.73.0