Alert.alert(
'WARNING',
'Apakah anda ingin mengahapus "' + memberName + '" ?',
[
{text: 'OKE', onPress: () => deleteMember()},
{text: 'BATAL', onPress: () => hideModal(), style: 'cancel'},
],
);
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment