react native google calendar
I searching like crazy to find a package for react native that can work with google calendar, getting event data and display that separately (title, description, etc). Does anybody know a package for react native?
Cheers,
If you are using Expo, you can try this. https://docs.expo.io/versions/latest/sdk/calendar.html
Expo has createCalendarAsync
, getCalendarsAsync
, updateCalendarAsync
and other apis that work for you. Hope that helps.
Comments
Post a Comment