如何删除这条线?它似乎不是 Composer 组件的一部分。
问问题
1022 次
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 回答