hectahertz / react-native-material-dialog

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

Typescript definition for MultiPickerMaterialDialog is incorrect #43

Closed niomate closed 5 years ago

niomate commented 6 years ago

The onOk method on MultiPickerMaterialDialog should really take { selectedItems: PickerItem[] } as an argument. You can see it by looking at the code examples.

hectahertz commented 5 years ago

Fixed in v0.7.6