在导入的地方导入Alert
这个是官方的,支持双端平台。用法也简单易懂。
onPress={()=>Alert.alert('确定删除吗?','',[
{text:'确定',onPress:()=>this.cancel(BusinessLoopID)},
{text:'取消',onPress:()=>this.refs.toast.show('您取消了删除',1000)}
])}