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.19 to 0.0.20

10

GiftedMessenger.js

@@ -257,3 +257,5 @@ 'use strict';

var scrollDistance = this.listHeight - this.footerY;
this.scrollResponder.scrollTo(-scrollDistance);
this.scrollResponder.scrollTo({
y: -scrollDistance,
});
}

@@ -265,3 +267,7 @@ },

var scrollDistance = this.listHeight - this.footerY;
this.scrollResponder.scrollTo(-scrollDistance, 0, false);
this.scrollResponder.scrollTo({
y: -scrollDistance,
x: 0,
animated: false,
});
}

@@ -268,0 +274,0 @@ },

2

package.json
{
"name": "react-native-gifted-messenger",
"version": "0.0.19",
"version": "0.0.20",
"description": "The chat of your next React-Native Apps",

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

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

### Changelog
- 0.0.20 scrollTo support for react-native 0.20.0
- 0.0.19 Fix scrollWithoutAnimationTo for react-native 0.19.0

@@ -14,0 +15,0 @@ - 0.0.18 Simply pass a view property with the rowData to render a custom component, defaults to Bubble (PR @tommoor)

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