Получил помощь по проекту Github выдает .
import { GiftedChat, InputToolbar } from 'react-native-gifted-chat';
<GiftedChat
renderInputToolbar={(props) => (
<InputToolbar {...props} containerStyle={{borderTopWidth: 0}} />
)}
// ... all the other props.
/>