Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-gifted-messenger

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-gifted-messenger - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

8

GiftedMessenger.js

@@ -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',

4

Message.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc