【发布时间】:2020-01-30 03:49:06
【问题描述】:
【问题讨论】:
标签: react-native react-native-gifted-chat
【问题讨论】:
标签: react-native react-native-gifted-chat
在项目的Github issues 中获得帮助。
import { GiftedChat, InputToolbar } from 'react-native-gifted-chat';
<GiftedChat
renderInputToolbar={(props) => (
<InputToolbar {...props} containerStyle={{borderTopWidth: 0}} />
)}
// ... all the other props.
/>
【讨论】: