react-native-gifted-messenger
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -371,3 +371,3 @@ 'use strict'; | ||
this.scrollToBottom(); | ||
}, 100); | ||
}, (Platform.OS === 'android' ? 200 : 100)); | ||
} | ||
@@ -539,8 +539,2 @@ | ||
}, | ||
name: { | ||
color: '#aaaaaa', | ||
fontSize: 12, | ||
marginLeft: 20, | ||
marginBottom: 5, | ||
}, | ||
date: { | ||
@@ -547,0 +541,0 @@ color: '#aaaaaa', |
@@ -13,3 +13,3 @@ import React, {View, Text, StyleSheet, TouchableHighlight, Image} from 'react-native'; | ||
fontSize: 12, | ||
marginLeft: 20, | ||
marginLeft: 55, | ||
marginBottom: 5, | ||
@@ -74,3 +74,3 @@ }, | ||
if (diffMessage === null || (rowData.name !== diffMessage.name || rowData.id !== diffMessage.id)) { | ||
if (diffMessage === null || (diffMessage != null && (rowData.name !== diffMessage.name || rowData.id !== diffMessage.id))) { | ||
if (typeof onImagePress === 'function') { | ||
@@ -77,0 +77,0 @@ return ( |
{ | ||
"name": "react-native-gifted-messenger", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"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
41810
785