dxe / alc-mobile-app

React Native application for ALC built with Expo
0 stars 1 forks source link

Update RSVP status in parent component's state #18

Closed jakehobbs closed 3 years ago

jakehobbs commented 3 years ago

Whenever a user RSVP's for an event from within the ScheduleEventDetails component, then navigates back to the prior screen (Schedule), it should display the new RSVP status on the ScheduleEvent component without needing to refresh the screen.

jakehobbs commented 3 years ago

Moved schedule to Context