-
Notifications
You must be signed in to change notification settings - Fork 295
Closed
Labels
Description
URL passed to saveEvent function gets encoded in iOS calendar.
URL passed
https://example.com/events/44
URL shown in the calendar event
https%3A%2F%2Fexample.com%2Fevents%2F44
Environment
"react-native": "0.61.0"
"react-native-calendar-events": "^1.7.3"
Steps to Reproduce
Pass URL within details to saveEvent function
Expected Behavior
Used to work with RN < 0.60, clickable URL served as a deep link
Actual Behavior
URL field in the calendar app
erik-megarad, aaronfg and alexei-sevrukov-topx