react-native-material-dialogs
react-native-material-dialogs copied to clipboard
3 callback fuctions
Is it possible to have more than 2 callback events?
@texas697 What would the 3rd callback event be?
I would like to use your dialogue in place of this Alert
` Alert.alert('', 'Is Survey Complete?',
[{ text: 'No', onPress: () => this._surveyInProgress(this.state.activeSubdivisionId) },
{ text: 'Cancel', onPress: () => console.log('Cancel Pressed'), style: 'cancel' },
{ text: 'Yes', onPress: () => this._surveyComplete(this.state.activeSubdivisionId) }]
)`
@texas697 I'm not sure, but I'll look into it.