-
Notifications
You must be signed in to change notification settings - Fork 48
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
Is this library still maintained? #45
Comments
Agreed. I have some problems as well, an example of this is that I cannot see the chat bubbles at all when chatting... |
@Alenius I'm currently attempting to resolve this issue. I have a feeling it has to do with an outdated |
To be honest, this package is so old most all of its dependencies need updating. |
having the same issue/feeling ....most dependencies are very old and now with react-native .60 this library crashes from the beginning as there are features such as list view no longer supported . |
@IsaacHardy I have tried to connect to utilize the sdk via the .min.js-file but I can't even use init for some reason, have you succeeded? I really want this to work, even if I have to implement everything from scratch by myself except the sdk connection. |
i replaced the SDK with version 0.35.2. and it compiles without any issue. however, the messages are not sent. ( no matter what sdk version sdk i use) . any idea ? |
Same here. Any forks that solve the issue with sending messages? |
@Alenius I'm in the same boat still. I've attempted to update the necessary packages and I've even replaced the I've decided to suggest a different solution for my client until I can spend more time "resolving" LiveChat's own product package. |
@IsaacHardy "I've decided to suggest a different solution for my client until I can spend more time "resolving" LiveChat's own product package. " did the same here xD xD the SDK doens't seem to send messages with me |
same here... i abandoned this library .. its useless |
This library seems to be great, but it has many issues, and I get the impression that is not maintained anymore.
The bug of keyboard being on top of the text input is present, which is fixed by this FaridSafi/react-native-gifted-chat#680 (comment)
I get this error:
And also this one
And giftedchat is using a very old version.
Also in Chat.js line 177, there is this line
height: Platform.OS === 'ios' ? height : height - height / 25,
which causes issues with other navigation headers, changing it with
height: '100%'
can be an option.
So my request is that this library still get maintained, since its great. (specially since its official from LiveChat)
The text was updated successfully, but these errors were encountered: