Feature Request: Expose the Modal's props
Currently there's a ghosting bug in the latest react-native new architecture.
The only want to mitigate this going from Modal -> Modal is to make the Modal's animationType="none"
Reference: facebook/react-native#53276
Here's more on the ghosting issue:
https://stackoverflow.com/questions/79572561/react-native-ios-modal-ghosting-issue-previous-modal-content-shows-on-transit
Thank you