React Native `handleAddEvent Function` Not Called – Issue with `CustomEventModal` and `index.tsx` Integration
I’m developing a scheduling app using React Native. I have implemented a modal that allows users to add events. The issue I’m facing is that the handleAddEvent function, which should be triggered when the user submits the event details, is not being called.