My react-native App needs to be able to put calendar entries into the device calendar app. On the web version we call a https resource and the browser takes care of the rest.
Is there a Linking API on react-native for iCal files? Is there a common ios and android solution?
e.g.
<OpenURLButton url={'ical://www.example.com/calendar/event.ical'} />