FaridSafi / react-native-gifted-chat

💬 The most complete chat UI for React Native
https://gifted.chat
MIT License
13.49k stars 3.55k forks source link

Inconsistent behaviour of send button in android real device. #1831

Closed tayguohong closed 4 years ago

tayguohong commented 4 years ago

Issue Description

I have a custom composer with custom send button, however, the send button did not display correctly in my Oneplus 7t device. But I can't reproduce this issue in simulator. Where did I go wrong?

This is the screenshot in my real device. Screenshot_20200612-164235__01

This is the screenshot in simulator.

Screenshot 2020-06-12 at 4 57 57 PM

Steps to Reproduce / Code Snippets Here is the code for my send button. `<Send {...props}

<View style={{ marginRight: 15, marginTop: 10, marginBottom: 5 }}

<Ionicons // style={{ alignSelf: "center", color: "#666666" }} name="md-send" size={29} /> `

Expected Results

I expect the behaviour in real device should be same with simulator.

Additional Information

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.