-
Notifications
You must be signed in to change notification settings - Fork 155
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
fix: centralize the deactivation of elements under the tour modal for TalkBack #1443
base: main
Are you sure you want to change the base?
fix: centralize the deactivation of elements under the tour modal for TalkBack #1443
Conversation
…alkBack Signed-off-by: ClaudeArs <[email protected]>
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.
Much better approach! Just suggesting small changes.
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.
Diffs to this file should not be committed
/> | ||
{CustomNavStack1 ? <Stack.Screen name={Stacks.CustomNavStack1} component={CustomNavStack1} /> : null} | ||
</Stack.Navigator> | ||
<SafeAreaView |
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.
I think should just be a View, no? So that the individual screens can apply their own SafeAreaView configs. No bg color needed
Signed-off-by: ClaudeArs <[email protected]>
Signed-off-by: ClaudeArs <[email protected]>
Signed-off-by: ClaudeArs <[email protected]>
|
Summary of Changes
Centralize the deactivation of elements under the modalTour for TalkBack. As a replacement for PR (fix: disable header elements and bottom nav for TalkBack during tours #1441)
Screenshots, videos, or gifs
N/A
Breaking change guide
N/A
Related Issues
N/A
Pull Request Checklist
Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR check it anyway to make it apparent that there's nothing to do.
Signed-off-by
line (we use the DCO GitHub app to enforce this)If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!
Pro Tip 🤓