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.7 to 0.0.8

4

GiftedMessenger.js

@@ -339,3 +339,3 @@ 'use strict';

Animated.timing(this.state.height, {
toValue: this.listViewMaxHeight - e.endCoordinates.height,
toValue: this.listViewMaxHeight - (e.endCoordinates ? e.endCoordinates.height : e.end.height),
duration: 200,

@@ -766,2 +766,2 @@ }).start();

module.exports = GiftedMessenger;
module.exports = GiftedMessenger;
{
"name": "react-native-gifted-messenger",
"version": "0.0.7",
"version": "0.0.8",
"description": "The chat of your next React-Native Apps",

@@ -5,0 +5,0 @@ "main": "GiftedMessenger.js",

@@ -9,2 +9,3 @@ # Gifted Messenger

### Changelog
- 0.0.8 Fix issue with RN 0.16.0 Thanks @wenkesj for PR
- 0.0.7 Temporary disabling react-native-parsed-text plugin until RN 0.17.0

@@ -11,0 +12,0 @@ - 0.0.6 Fix renderImage() exception

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