【问题标题】:React Native Gifted Chat: what does the tile (~) mean? How do I remove it?React Native Gifted Chat:磁贴(~)是什么意思?如何删除它?
【发布时间】:2021-02-02 06:08:10
【问题描述】:

我正在一个聊天应用程序上测试 React Native Gifted Chat。

我正试图弄清楚消息中出现的这个符号 ~ 是什么意思,我该如何删除它。

【问题讨论】:

    标签: react-native-gifted-chat


    【解决方案1】:

    如果您想更改它,它是发件人的用户名

    • 转到节点模块
    • ->react-native-gifted-chat
    • ->lib
    • ->bubble.js
    • 搜索~(波浪号)并删除

    【讨论】: