FaridSafi / react-native-gifted-chat

💬 The most complete chat UI for React Native
https://gifted.chat
MIT License
13.53k stars 3.56k forks source link

How to add attach file button ? #1886

Closed boypanjaitan16 closed 4 years ago

boypanjaitan16 commented 4 years ago

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?

jjf21 commented 4 years ago

Hi, You can use the renderActions props.

<GiftedChat ... renderActions={(props) => {<CustomAction />}} />
inaciorafael commented 4 years ago

props?

inaciorafael commented 4 years ago

how to use props?

walidvb commented 4 years ago

@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

stale[bot] commented 4 years ago

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.