[0.63.0][IOS] Modal onDismiss no longer working on IOS #29455
Closed
Description
Description
On 0.62.2 onDismiss functions were called on modals being closed. After upgrading to 0.63.0, onDimiss functions are no longer called. This was working fine before upgrading from 62.2 to 63.
React Native version: 0.63.0
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
- Import { Modal } from react-native
- Add modal to render with a function passed into onDismiss property
Expected Results
onDimiss function should be called