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
-**`renderMessageVideo`**_(Function)_ - Custom message video
306
-
-**`imageProps`**_(Object)_ - Extra props to be passed to the [`<Image>`](https://facebook.github.io/react-native/docs/image.html) component created by the default `renderMessageImage`
306
+
-**image props`** _(Object)_ - Extra props to be passed to the [`<Image>`](https://facebook.github.io/react-native/docs/image.html) component created by the default `renderMessageImage`
307
307
-**`videoProps`**_(Object)_ - Extra props to be passed to the video component created by the required `renderMessageVideo`
308
308
-**`lightboxProps`**_(Object)_ - Extra props to be passed to the `MessageImage`'s [Lightbox](https://github.com/oblador/react-native-lightbox)
309
-
-**`isCustomViewBottom`**_(Bool)_ - Determine wether renderCustomView is displayed before or after the text, image and video views; default is `false`
309
+
-**`isCustomViewBottom`**_(Bool)_ - Determine whether renderCustomView is displayed before or after the text, image and video views; default is `false`
310
310
-**`renderCustomView`**_(Function)_ - Custom view inside the bubble
311
311
-**`renderDay`**_(Function)_ - Custom day above a message
312
312
-**`renderTime`**_(Function)_ - Custom time inside a message
-**`renderComposer`**_(Function)_ - Custom text input message composer
317
317
-**`renderActions`**_(Function)_ - Custom action button on the left of the message composer
318
-
-**`renderSend`**_(Function)_ - Custom send button; you can pass children to the original `Send` component quite easily, for example to use a custom icon ([example](https://github.com/FaridSafi/react-native-gifted-chat/pull/487))
318
+
-**`renderSend`**_(Function)_ - Custom send button; you can pass children to the original `Send` component quite easily, for example, to use a custom icon ([example](https://github.com/FaridSafi/react-native-gifted-chat/pull/487))
319
319
-**`renderAccessory`**_(Function)_ - Custom second line of actions below the message composer
320
320
-**`onPressActionButton`**_(Function)_ - Callback when the Action button is pressed (if set, the default `actionSheet` will not be used)
321
321
-**`bottomOffset`**_(Integer)_ - Distance of the chat from the bottom of the screen (e.g. useful if you display a tab bar)
@@ -337,10 +337,10 @@ interface QuickReplies {
337
337
```
338
338
339
339
-**`extraData`**_(Object)_ - Extra props for re-rendering FlatList on demand. This will be useful for rendering footer etc.
340
-
-**`minComposerHeight`**_(Object)_ - Custom minheight of the composer.
340
+
-**`minComposerHeight`**_(Object)_ - Custom min-height of the composer.
341
341
-**`maxComposerHeight`**_(Object)_ - Custom max height of the composer.
342
342
343
-
***`scrollToBottom`**_(Bool)_ - Enables the scrollToBottom Component (Default is false)
343
+
***`scrollToBottom`**_(Bool)_ - Enables the scroll to bottom Component (Default is false)
344
344
***`scrollToBottomComponent`**_(Function)_ - Custom Scroll To Bottom Component container
345
345
***`scrollToBottomOffset`**_(Integer)_ - Custom Height Offset upon which to begin showing Scroll To Bottom Component (Default is 200)
346
346
***`scrollToBottomStyle`**_(Object)_ - Custom style for Bottom Component container
@@ -357,7 +357,7 @@ interface QuickReplies {
357
357
358
358
## Notes for [Redux](https://github.com/reactjs/redux)
359
359
360
-
The `messages` prop should work out-of-the-box with Redux. In most cases this is all you need.
360
+
The `messages` prop should work out-of-the-box with Redux. In most cases, this is all you need.
361
361
362
362
If you decide to specify a `text` prop, GiftedChat will no longer manage its own internal `text` state and will defer entirely to your prop.
363
363
This is great for using a tool like Redux, but there's one extra step you'll need to take:
@@ -453,7 +453,7 @@ module.exports = function override(config, env) {
453
453
## Questions
454
454
455
455
-[How can I set Bubble color for each user?](https://github.com/FaridSafi/react-native-gifted-chat/issues/672)
456
-
-[How can I pass style props to InputToolbar design and customize it's color and other styles properties?](https://github.com/FaridSafi/react-native-gifted-chat/issues/662)
456
+
-[How can I pass style props to InputToolbar design and customize its color and other styles properties?](https://github.com/FaridSafi/react-native-gifted-chat/issues/662)
457
457
-[How can I change the color of the message box?](https://github.com/FaridSafi/react-native-gifted-chat/issues/640)
458
458
-[Is there a way to manually dismiss the keyboard?](https://github.com/FaridSafi/react-native-gifted-chat/issues/647)
459
459
-[I want to implement a popover that pops right after clicking on a specific avatar,
@@ -480,6 +480,6 @@ Feel free to ask me questions on Twitter [@FaridSafi](https://www.twitter.com/Fa
480
480
481
481
## Hire an expert!
482
482
483
-
Looking for a ReactNative freelance expert with more than 12 years experience? Contact Xavier from his [website](https://xaviercarpentier.com)!
483
+
Looking for a ReactNative freelance expert with more than 12 years of experience? Contact Xavier from his [website](https://xaviercarpentier.com)!
0 commit comments