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.11 to 0.0.12

4

GiftedMessenger.js
'use strict';
var React = require('react-native');
var Message = require('./Message');
import Message from './Message';
var GiftedSpinner = require('react-native-gifted-spinner');

@@ -412,3 +412,2 @@ var {

var layout = event.nativeEvent.layout;
console.log('listHeight '+layout.height);
this.listHeight = layout.height;

@@ -426,3 +425,2 @@ if (this.firstDisplay === true) {

var layout = event.nativeEvent.layout;
console.log('footerY '+layout.y);
this.footerY = layout.y;

@@ -429,0 +427,0 @@ }}></View>

{
"name": "react-native-gifted-messenger",
"version": "0.0.11",
"version": "0.0.12",
"description": "The chat of your next React-Native Apps",

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

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

| handleEmailPress | Function | Called when a parsed email is pressed | iOS | (email) => {} |
| inverted | Boolean | Invert vertically the orientation of the chat | Both | true |
| hideTextInput | Boolean | Hide or not the text input | Both | false |

@@ -102,0 +101,0 @@ | keyboardDismissMode | String | Method to dismiss the keyboard when dragging (none, interactive, on-drag) | Both | on-drag |

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