react-native-gifted-messenger
Advanced tools
Comparing version 0.0.11 to 0.0.12
'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 | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32314
777
152