Thank you for your interest in our products. I just wanted to address some issues people have related to the Chat screen in Material Kit Pro React Native.
the scroll doesn't work so you cannot see the latest messages in the chat
you can solve this by going into the styles object and removing flex: 1 from messagesWrapper
multi line input
you can achieve that by adding the following props to the Input component: multiline and blurOnSubmit
These changes will be part of our next update but if anyone had any problems regarding the chat screen this would solve most of them.
Hi everybody,
Thank you for your interest in our products. I just wanted to address some issues people have related to the Chat screen in Material Kit Pro React Native.
the scroll doesn't work so you cannot see the latest messages in the chat you can solve this by going into the
styles
object and removingflex: 1
frommessagesWrapper
multi line input you can achieve that by adding the following props to the Input component:
multiline
andblurOnSubmit
These changes will be part of our next update but if anyone had any problems regarding the chat screen this would solve most of them.
Thank you!