4.0.0
Version 4.0.0, with iOS 17 and Android 14 support 🎉
What's changed
- Deprecated iOS permission setup methods have been removed. 
setup_permissionsis now the unique way to do it openLimitedPhotoLibraryPickerhas been renamedopenPhotoPickerPERMISSIONS.IOS.BLUETOOTH_PERIPHERALhas been renamedPERMISSIONS.IOS.BLUETOOTH
What's new
- New Android permission: 
PERMISSIONS.ANDROID.READ_MEDIA_VISUAL_USER_SELECTED(closes #827) - New iOS permission: 
PERMISSIONS.IOS.CALENDARS_WRITE_ONLY(closes #804) openPhotoPickernow resolves on picker close, not immediately (closes #689)PERMISSIONS.IOS.APP_TRACKING_TRANSPARENCYnow resolves therequestTrackingAuthorizationWithCompletionHandlercallback value (closes #823)
How to migrate
- Migrate to the 
setup_permissionsmethod - Replace 
PERMISSIONS.IOS.BLUETOOTH_PERIPHERALwithPERMISSIONS.IOS.BLUETOOTH - Replace 
BluetoothPeripheralwithBluetoothinsetup_permissions - Replace 
NSCalendarsUsageDescriptionwithNSCalendarsFullAccessUsageDescription - Replace 
NSRemindersUsageDescriptionwithNSRemindersFullAccessUsageDescription - Replace 
openLimitedPhotoLibraryPickerwithopenPhotoPicker 
What's next?
This release is quite minimal. If your company wants a new feature, feels free to reach me via email to hire me for it 🙂