You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`onLongPress`**_(Function(`context`, `message`))_ - Callback when a message bubble is long-pressed; default is to show an ActionSheet with "Copy Text" (see [example using `showActionSheetWithOptions()`](https://github.com/FaridSafi/react-native-gifted-chat/blob/master/example/CustomActions.js))
-**`renderCustomView`**_(Function)_ - Custom view inside the bubble
134
134
-**`renderDay`**_(Function)_ - Custom day above a message
135
135
-**`renderTime`**_(Function)_ - Custom time inside a message
136
-
-**`renderFooter`**_(Function)_ - Custom fixed bottom view, e.g. "User is typing..."; see [example/App.js](example/App.js) for an example
136
+
-**`renderFooter`**_(Function)_ - Custom footer component on the ListView, e.g. "User is typing..."; see [example/App.js](example/App.js) for an example
137
+
-**`renderChatFooter`**_(Function)_ - Custom component to render below the MessageContainer (separate from the ListView)
0 commit comments