hectahertz / react-native-material-dialog

Material design dialogs for React Native 💬
MIT License
141 stars 55 forks source link

Added onShow and onDismiss to MaterialDialog and forwarded all unused props. #49

Open Lythenas opened 5 years ago

Lythenas commented 5 years ago

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.