Skip to content
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

Problems with iOS 17 #446

Open
josevelasdev opened this issue Dec 3, 2023 · 2 comments
Open

Problems with iOS 17 #446

josevelasdev opened this issue Dec 3, 2023 · 2 comments

Comments

@josevelasdev
Copy link

The users of my app are reporting a problem at the moment with adding an event to the calendars. I did a debug process installing the app in iOS 17.0.1 and 16.4 with this version my calendars work correctly.

For version 17.0.1 I received this error in the Xcode debug

image

in the metro server:

image

"react-native": "0.63.4",
"react-native-calendar-events": "^2.2.0",
@josevelasdev josevelasdev changed the title Problems with ios 17 Problems with iOS 17 Dec 3, 2023
@dervstudio
Copy link

@josevelasdev Faced the same issue with IOS 17. This approach helped me.
"react-native-permissions": "^4.0.0-alpha.3", "react-native-calendar-events": "https://github.com/mysport12/react-native-calendar-events.git",

@josevelasdev
Copy link
Author

This solution cause problems with Ios 16. Do you have a way to handle this? @dervstudio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants