-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix][calendar] Fix iOS 17 permissions in current module #24545
Conversation
@@ -4975,7 +4975,7 @@ SPEC CHECKSUMS: | |||
EXUpdates: a910a0b964a12f9c7a6d673bad3c5eb70249fc5e | |||
EXUpdatesInterface: 98f69982f4b429eb62a1d99259bc980038240f27 | |||
FBAEMKit: af2972f39bb0f3f7c45998f435b007833c32ffb2 | |||
FBAudienceNetwork: 4d6223a9a88a22e9dca8c9e6c1829a8745b86228 | |||
FBAudienceNetwork: 03e273f66b70756be7d060927111af97b7641b06 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that happened after a rebase but not sure where it's coming from 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated in this commit already 94a58ec
we could confirm the 03e273f66b70756be7d060927111af97b7641b06
is correct one
Why
Closes #24343
In case we want to hold off on the full expo modules migration #24282 until SDK 50 this addresses the iOS permissions error in the current module
How
Use the new method to request permissions if on iOS 17. Added new keys to the plist and updated the config plugin
Test Plan
bare-expo. Passes on iOS 16 and 17