React-native-gifted-chat: renderSystemMessage not working

Created on 1 Dec 2018  路  4Comments  路  Source: FaridSafi/react-native-gifted-chat

Issue Description

renderSystemMessage is not being called as a prop inside <GiftedChat renderSystemMessage{...} />

Steps to Reproduce / Code Snippets

<GiftedChat renderSystemMessage{this.renderSystemMessage} /> should call renderSystemMessage(props) and render a custom system message, but it doesn't.

Expected Results

Custom function to be called similar like renderSend, renderBubble, etc.

Additional Information

  • Nodejs version: v8.12.0
  • React version: N/A
  • React Native version: 0.55.4
  • react-native-gifted-chat version: 0.4.3
  • Platform(s) (iOS, Android, or both?): iOS
wontfix

Most helpful comment

Same with me.

All 4 comments

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.

Same with me.

1+

I faced the same problem add propertysystem: true to your system message

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SytzeAndr picture SytzeAndr  路  3Comments

tafelito picture tafelito  路  3Comments

emilkarl picture emilkarl  路  3Comments

luisar picture luisar  路  3Comments

xcxooxl picture xcxooxl  路  3Comments