Skip to content

Commit 4b4ec96

Browse files
committed
Update migration guide
1 parent de0a348 commit 4b4ec96

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

MIGRATION.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
## What's new
44

5-
- Windows support ([#530](https://github.com/zoontek/react-native-permissions/pull/530))
5+
- Windows support ([#530](https://github.com/zoontek/react-native-permissions/pull/530) by @bzoz)
66
- Android 11 support
7-
- iOS 14 support, iOS 9 support dropped
8-
- New iOS permission handlers: `Permission-LocationAccuracy` ([#503](https://github.com/zoontek/react-native-permissions/pull/503)) and `Permission-PhotoLibraryAddOnly` ([#510](https://github.com/zoontek/react-native-permissions/pull/510))
9-
- New methods for iOS14+: `checkLocationAccuracy`, `requestLocationAccuracy`, `openLimitedPhotoLibraryPicker` ([#503](https://github.com/zoontek/react-native-permissions/pull/503), [#510](https://github.com/zoontek/react-native-permissions/pull/510))
10-
- Support of the new `Limited` status for `PhotoLibrary` permission ([#510](https://github.com/zoontek/react-native-permissions/pull/510))
7+
- iOS 14 support added, iOS 9 support dropped
8+
- Updated example app
9+
- New iOS 14+ permission handler: `Permission-PhotoLibraryAddOnly`. It exposes a new method: `openLimitedPhotoLibraryPicker` ([#510](https://github.com/zoontek/react-native-permissions/pull/510) by @jochem725)
10+
- New iOS 14+ permission handler: `Permission-LocationAccuracy`. It exposes two new methods: `checkLocationAccuracy` & `requestLocationAccuracy` ([#503](https://github.com/zoontek/react-native-permissions/pull/503) by @adapptor-kurt)
11+
- Support of the new `Limited` status for `PhotoLibrary` permission ([#510](https://github.com/zoontek/react-native-permissions/pull/510) by @jochem725)
1112
- Support of the new `Limited` status for `Notifications` permission (=`Ephemeral`, (see [Apple doc](https://developer.apple.com/documentation/usernotifications/unauthorizationstatus/unauthorizationstatusephemeral?language=objc))
1213

13-
## Code modifications
14+
## Breaking changes
1415

1516
1. `.podspec` extension is no longer required in your `Podfile`:
1617

@@ -33,6 +34,6 @@ end
3334

3435
2. `request(PERMISSIONS.IOS.PHOTO_LIBRARY)` and `requestNotifications` could now resolve with a `RESULTS.LIMITED` permission status.
3536

36-
## Known issues
37+
## Known issue
3738

38-
Updating the permission status to `Ask me next time` in your app settings will not work on Android 11.
39+
Updating the permission status to `Ask me next time` in your app settings will not update the permission status on Android 11 for now.

0 commit comments

Comments
 (0)