## Ask your Question How to trigger `onRequestClose` event of React Native Modal? I am trying with below code, but the callback is not getting triggered. `await fireEvent(screen.getByTestId('error-modal'), 'onRequestClose');`