LucasBassetti / react-native-chatbot

:speech_balloon: Easy way to create conversation chats
https://github.com/LucasBassetti/react-simple-chatbot
MIT License
246 stars 116 forks source link

adding keyboardVerticalOffset as property of chatbot.js #36

Closed Danielauler closed 5 years ago

Danielauler commented 6 years ago

When I put a header in my component, in iOS the input component was hidden below the keyboard. So I add this keyboardVerticalOffset in props to edit the height and fixing this trouble.