Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to save entry to native calendar (Android & iOS ) in react native?

I am looking to save an entry to the native calendar through my app. I have all the entry details such as Name, time/date, location etc . Is there something i can use out of the box in react native. If not are there any existing plugins available for this functionality?

like image 784
vijar Avatar asked Sep 28 '16 04:09

vijar


1 Answers

A quick search in js.coach suggested me these packages:

  • react-native-calendarevents-android
  • rncm

In addition to that, check this tutorial out (iOS only, but it might be of use).

like image 70
martinarroyo Avatar answered Oct 09 '22 06:10

martinarroyo