在 REACT NOTIFICATION COMPONENT LIBRARY

问题描述

我正在使用 npm 包在我的 React 项目中显示通知。查看图书馆here

所以我想要的是在桌面设备的右上角显示通知,这很容易通过

store.addNotification({
  title: "Wonderful!",message: "teodosii@react-notifications-component",type: "success",insert: "top",container: "top-right",animationIn: ["animate__animated","animate__fadeIn"],animationOut: ["animate__animated","animate__fadeOut"],dismiss: {
    duration: 5000,onScreen: true
  }
});

但现在在移动设备上我想在底部中心显示弹出窗口,我通读了文档但没有找到任何合适的选项来根据我的需要进行配置。

希望有人帮助我。谢谢!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)