Closed boypanjaitan16 closed 4 years ago
Hi,
You can use the renderActions
props.
<GiftedChat ... renderActions={(props) => {<CustomAction />}} />
props?
how to use props?
@inacio0196 you'll want to understand how react works, first, i suppose. But here's a little preview of what you might want to be doing: https://github.com/FaridSafi/react-native-gifted-chat/blob/master/example-expo/AccessoryBar.tsx
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
For default there is only input text, how to add file attachment button ? is it a custom view ? or any props to show that button?