-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Share code - The download option is NOT present #19032
Comments
kbecciv
added
Daily
KSv2
Bug
Something is broken. Auto assigns a BugZero manager.
labels
May 16, 2023
Triggered auto assignment to @NicMendonca ( |
Bug0 Triage Checklist (Main S/O)
|
kbecciv
changed the title
Share code - No Download function
Share code - The download option is NOT present
May 16, 2023
Seems like this is intended behaviour, it's enabled only for native platforms. const isNative = platform === CONST.PLATFORM.IOS || platform === CONST.PLATFORM.ANDROID;
...
{isNative && (
<MenuItem
title={this.props.translate('common.download')}
shouldShowRightIcon
icon={Expensicons.Download}
// eslint-disable-next-line es/no-optional-chaining
onPress={() => this.qrCodeRef.current?.download()}
/>
)} |
67 tasks
Thanks for checking and confirming that @therealsujitk! |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Issue found when executing PR #18636
Action Performed:
Expected Result:
The download function is present
Actual Result:
No Download function
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.14.9
Reproducible in staging?: Yes
Reproducible in production?: No
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Bug6057378_Record_2023-05-16-00-18-35_4f9154176b47c00da84e32064abf1c48.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: