react-native-gifted-messenger
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -161,5 +161,5 @@ import React, {View, Text, StyleSheet, TouchableHighlight, Image} from 'react-native'; | ||
/> | ||
{rowData.position === 'right' ? this.renderImage(rowData, rowID) : null} | ||
{rowData.position === 'right' ? this.renderImage(rowData, rowID, diffMessage, forceRenderImage, onImagePress) : null} | ||
</View> | ||
{rowData.position === 'right' ? this.renderStatus(rowData, rowID) : null} | ||
{rowData.position === 'right' ? this.renderStatus(rowData.status) : null} | ||
</View> | ||
@@ -166,0 +166,0 @@ ) |
{ | ||
"name": "react-native-gifted-messenger", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "The chat of your next React-Native Apps", | ||
@@ -5,0 +5,0 @@ "main": "GiftedMessenger.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41855