wmcmahan / react-native-calendar-events

📆 React Native Module for iOS and Android Calendar Events
MIT License
906 stars 292 forks source link

Problems with iOS 17 #446

Open josevelasdev opened 12 months ago

josevelasdev commented 12 months ago

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",
dervstudio commented 11 months ago

@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 commented 11 months ago

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