You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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).
Remove [CLLocationManager locationServicesEnabled] check. It's not needed, if Location services are disabled, iOS will return BLOCKED (+ it matches Android behaviour)
Execute [CLLocationManager locationServicesEnabled] in an async way to prevent UI freezes when checking / requesting location permissions on iOS (82e178f)