creativetimofficial / ct-material-kit-pro-react-native

Material Kit PRO React Native is a fully coded app template built over Galio.io, React Native and Expo
https://www.creative-tim.com/product/material-kit-pro-react-native
68 stars 22 forks source link

Chat Screen #2

Closed palingheorghe closed 5 years ago

palingheorghe commented 5 years ago

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.

  1. 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

  2. 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.

Thank you!

palingheorghe commented 5 years ago

Solved in v1.2.0!