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

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue