Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ClaudeArs
Copy link
Contributor

@ClaudeArs ClaudeArs commented Feb 14, 2025

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.

  • All commits contain a DCO Signed-off-by line (we use the DCO GitHub app to enforce this)
  • If applicable, screenshots, gifs, or video are included for UI changes
  • If applicable, breaking changes are described above along with how to address them
  • Updated documentation as needed for changed code and new or modified features
  • Added sufficient tests so that overall code coverage is not reduced

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 🤓

  • Read our contribution guide at least once; it will save you a few review cycles!
  • Your PR will likely not be reviewed until all the above boxes are checked and all automated checks have passed

@ClaudeArs ClaudeArs requested a review from a team as a code owner February 14, 2025 17:34
Copy link
Contributor

@bryce-mcmath bryce-mcmath left a 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.

Copy link
Contributor

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
Copy link
Contributor

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

@fc-santos fc-santos changed the title Fix:Centralize the desativation of elements under the modalTour for t… fix: centralize the deactivation of elements under the tour modal for TalkBack Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants