-
-
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
[Android] Error "Value for value cannot be cast from String to Double" on send message #1129
Comments
Did you try with v |
Hi @xcarpentier In the meantime, I looked for similar issues and I found this: Do you think they can be related? |
Yes, I already experienced this weird transformation thing on android. Thanks |
No, I don't make any transformation and I can't really explain why it happens. |
Apparently, this is an animation issue. Do you have any animation? |
I understood it is an animation issue, but I don't have any animation on this screen, but in other screens sure. I do not think that animations in other screens can cause this error... |
If the other screen with animation is on a navigation stack or tab and comes before the chat it's still in memory (still mounted). |
Oh, I'm sorry for the waste of time...
but I don't understand why can not I apply a transformation to the send button? |
no worries |
For 'TextInput' in style try after removing backgroundColor, color, if passed. textInputStyle: { |
Hello there,
I developed an app that works fine on iOS and now I want to compile the Android version, but I came across a strange error (see the attachment).
I would like to understand if it is a problem I can solve simply by updating the version of
react-native-gifted-chat
or thereact-native
core.Steps to Reproduce / Code Snippets
Expected Results
I don't understand why on iOS everything works fine, while on Android the chat message is correctly saved on Firestore, but this error is shown.
Additional Information
The text was updated successfully, but these errors were encountered: