-
Notifications
You must be signed in to change notification settings - Fork 14
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
Issue 497 Android policy compliance #506
Conversation
…on and privacy policy.
@@ -0,0 +1,7 @@ | |||
module.exports = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'module' is not defined no-undef
Switch, | ||
View | ||
} from 'react-native' | ||
import React from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good to me! Tested locally and confirmed UX is as expected.
Non-blocking note - I noticed in About the Zooniverse and Publications in the upper left there's a carrot I can press to go back, but in Settings and Notifications there's the Zooniverse icon that doesn't do anything when I press it. Just noting, disregard if intentional, not blocking if something to revisit subsequent to this PR.
Fixes #497
Designs: https://www.figma.com/file/QC931orjhCdGoQogVg7iDZ/Mobile-App?type=design&node-id=237-1158&mode=design&t=mYaV3cg9TSzbCigN-0
Summary: Updates to the side drawer menu and settings page to support external links for account deletion and privacy policy.