-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input field not working, autoscroll not working #58
Comments
Need more info |
Here is some more info :). Any ideas? Has input field error above
No scroll |
Getting this issue too |
Anyone has found a different solution for scrolling to the bottom ?? |
same issue with me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<ChatFeed
messages={messages} // Array: list of message objects
isTyping={false} // Boolean: is the recipient typing
/* hasInputField={} */
showSenderName // show the name of the user who sent the message
bubblesCentered={true} //Boolean should the bubbles be centered in the feed?
// JSON: Custom bubble styles
bubbleStyles={{
text: {
fontSize: 16,
},
chatbubble: {
borderRadius: 70,
padding: 10,
},
}}
/>
The text was updated successfully, but these errors were encountered: