-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
AttachmentView's header_title is overlapping with download icon #6043
Comments
This was a known issue in React Native Screens, and it was recently fixed in React Native Screens v4.
|
Should I continue working on it ? |
Sure, try upgrading the package first. |
We're currently using We have two options:
Can you try upgrading the package to version 7 and test the navigation flows? |
Yeah sure trying for version 7. |
Is this issue close to being resolved, @sher999? |
This has been solved but not seen by mentor |
I will have to check the changes in navigation library as it's a major release by them |
Could you please update all the Thanks |
Description:
In attachmentView page viewing an image with long name, it will overlap with the right Icon (download button)
Environment Information:
Steps to reproduce:
Expected behavior:
Screenshot
Actual behavior:
Screenshot
tried solving it with trimming the tittle to 20 to 30 subString
The text was updated successfully, but these errors were encountered: