Component to render text of message. By default, we use [Simple Markdown](https://github.com/Khan/simple-markdown#adding-a-simple-extension) package to render the text content of message.
If you decide to use this prop, please be aware that you will need to handle the markdown rendering yourself. 

| Type | Default |
| - | - |
| component | [renderText](https://github.com/GetStream/stream-chat-react-native/blob/master/package/src/components/Message/MessageSimple/utils/renderText.tsx) |
