0

native app and using Agenda of react-native calendars. I am using knob to open agenda as shown in the gif https://raw.githubusercontent.com/wix/react-native-calendars/master/demo/agenda.gif but if user don't want to select or want to cancel this operation what they will do. I want knob to close that agenda. Or something to cancel operation please help.

Thanks in advance!!!

Ahtesham Shah
  • 243
  • 2
  • 7
  • 31

1 Answers1

0

You can use Modal component for that purpose. Render Calendar inside Modal where you can add a cancel button.

Hamza Khursheed
  • 2,399
  • 2
  • 15
  • 17