You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,7 +38,7 @@ var GiftedMessengerExample = React.createClass({
35
38
ref='GiftedMessenger'
36
39
initialMessages={this.getInitialMessages()}
37
40
handleSend={this.handleSend}
38
-
maxHeight={Dimensions.get('window').height-navBarHeight} // 64 for the navBar
41
+
maxHeight={Dimensions.get('window').height-64} // 64 for the navBar
39
42
40
43
styles={{
41
44
bubbleLeft: {
@@ -88,8 +91,9 @@ See [GiftedMessengerExample/GiftedMessengerExample.js](https://raw.githubusercon
88
91
| handlePhonePress | Function | Called when a parsed phone number is pressed | iOS | (phone) => {} |
89
92
| handleEmailPress | Function | Called when a parsed email is pressed | iOS | (email) => {} |
90
93
| inverted | Boolean | Invert vertically the orientation of the chat | Both | true |
94
+
| hideTextInput | Boolean | Hide or not the text input | Both | false |
91
95
92
-
* In Android React-Native 0.14.2, I recommend to use inverted={false} until issue [#3557](https://github.com/facebook/react-native/issues/3557) is fixed
96
+
* In React-Native 0.14.2, I recommend to use inverted={false} only in Android until issue [#3557](https://github.com/facebook/react-native/issues/3557) is fixed
0 commit comments