1

如何删除这条线?它似乎不是 Composer 组件的一部分。

有天赋的聊天图片

4

1 回答 1

7

在项目的Github 问题上获得帮助。

import { GiftedChat, InputToolbar } from 'react-native-gifted-chat';

<GiftedChat
  renderInputToolbar={(props) => (
    <InputToolbar {...props} containerStyle={{borderTopWidth: 0}} />
  )}
  // ... all the other props.
/>
于 2020-01-30T20:56:53.427 回答