-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Bot message implementation (quick replies copy and inspiration) #1211
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1211 +/- ##
=========================================
Coverage ? 31.35%
=========================================
Files ? 22
Lines ? 590
Branches ? 198
=========================================
Hits ? 185
Misses ? 396
Partials ? 9
Continue to review full report at Codecov.
|
This feature interests me a lot, do you have an idea of when it will be functional and available ? |
ASAP |
I have implemented your feature in my project, do you have Skype, Slack or some other way for me to ask you some questions? |
Yes you can find me here: https://slack.reactnative.gallery/ |
741c829
to
34d1084
Compare
6639dd8
to
5215680
Compare
@MLK57 can you please test the next: 0.9.0-beta.4 ? |
|
@xcarpentier I'm trying this new feature now and I have to say it's a great idea! Do you think it is possible? |
Great functionality so far. How ever it is very difficult to customize the QuickReplies component. Adding a few style props to the component would make it more configurable and customizable |
@paolospag & @avillega your ideas are excellent! |
Hi @xcarpentier, really good job you have done here.
` |
How to customize onQuickReply bubble and how to make it flexdirection:row enabled instead of putting the option side by side. |
Description
Start to provide a solution to add quick replies list component between
MessageContainer
andComposer
.Limitations
Data definition and example
Inspirations
Pull-requests
Issues
Closes #826