Calendar example not working

I am new dev so try to learn from document and I found calendar example is not working i try on Snack and expo in my phone when i click “Create new calendar button” noting happen. Where should i learn about in APP calenda.

https://docs.expo.io/versions/v37.0.0/sdk/calendar/

Same issue here, but seeing a lot of people seem to be using it no problem. Does that mean the calendar works when implemented in peoples projects?

you need to look in your logs to see what happens.

on ios, also things changed in a recent sdk version and we need to update the example to request reminder permissions as well. here’s an updated example: Basic Calendar usage - Snack