ant design react的modal组件问题

各位大佬,这个close不能从外部关闭modal.alert吗?

const modalAlert = Modal.alert('', <Text style={styles.modalText}>{this.props.t('mycart:nowgo')}</Text>, [
        {text: this.props.t('muaccount:cancel'), style: {color: '#737373',fontSize:16}},
        {text: this.props.t('mycart:cart'), onPress: () => this.props.navigation.navigate('Cart'), style: {color: '#ff3d11',fontSize:16}},
    ]);
    setTimeout(() => {        console.log(modalAlert)
        modalAlert.close()
    }, 2000);

https://img.mukewang.com/5c51146d000130c403480578.jpg

https://rn.mobile.ant.design/...
官方文档也是这样写的,有大佬遇到过这样的问题吗


冉冉说
浏览 482回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Html5