You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Issue Description
Attached image in the chat box is not rendered for iOS.
Steps to Reproduce / Code Snippets
I'm using renderMessageImage prop:
const renderMessageImage = (props: MessageImageProps) => {
return <AMessageImage {...props} imageStyle={{ borderRadius: 8, margin: 0 }} />;
};
Expected Results
It should display image thumbnail the same way it does on android.
ios: https://ibb.co/8xJ3Xm1
android: https://ibb.co/tbPKgV9
Additional Information
The text was updated successfully, but these errors were encountered: