I needed to access the onShow and onDismiss props of the Modal so I forwarded those. I also forwarded all other props in case someone else needs something.
I added the onShow and onDismiss separately for type checking. Tell me if I should remove that.
I needed to access the onShow and onDismiss props of the Modal so I forwarded those. I also forwarded all other props in case someone else needs something.
I added the onShow and onDismiss separately for type checking. Tell me if I should remove that.