为了账号安全,请及时绑定邮箱和手机立即绑定

ant design react的modal组件问题

ant design react的modal组件问题

冉冉说 2019-01-30 11:04:51
各位大佬,这个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://rn.mobile.ant.design/...官方文档也是这样写的,有大佬遇到过这样的问题吗
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 481 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信