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.15 to 0.0.16

4

Message.js

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

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