react-native-gifted-messenger
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -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 |
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
31079
700
151