-
-
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
WEB Gifted Chat #1284
WEB Gifted Chat #1284
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1284 +/- ##
=========================================
Coverage ? 30.49%
=========================================
Files ? 21
Lines ? 623
Branches ? 211
=========================================
Hits ? 190
Misses ? 424
Partials ? 9
Continue to review full report at Codecov.
|
There are issues with |
It would be great to remove the video as it's a native dependancy. If you create an Expo app (which would have universal support) then you are installing |
@EvanBacon |
I removed video dependency. |
Very excited for this feature to merge! |
7ca643b
to
808f5ba
Compare
Any updates on this PR? |
Re: Video support. We are investigating adding a |
Hi @n-sviridenko, I have my own project using this web implementation (here with next version) I changed/fixed a lot of code for web, because If you have a project using GiftedChat, please try this version! And let me know if something is broken: "react-native-gifted-chat": "next", or "react-native-gifted-chat": "0.10.0-beta.web.18", (depending on a new version will be out again) |
Hi @EvanBacon, |
2c7f91e
to
2897b27
Compare
Neat.. Works perfectly fine. |
@xcarpentier first of all thank you for the awesome work.. I'm trying to gifted chat for web and I have followed the sample project that you have created. The thing is I noticed that you have set the dimensions of the current window to the view so I tried to using it inside a grid (using material-ui component framework for react) without setting the width and height and This is what I have tried in Content component
And MainChatArea Component
As I said if i set the width and height manually |
Using react-native-web for Gifted Chat.
Next version: next
@EvanBacon