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: tabs were hard to tap #2093

Merged
merged 1 commit into from
Jul 21, 2024
Merged

fix: tabs were hard to tap #2093

merged 1 commit into from
Jul 21, 2024

Conversation

NigelBreslaw
Copy link
Owner

This was due to multiple issues. The marginBottom clips the tappable area making it smaller. This is now removed.

This had been added to centre the text. The text is now correctly centred by overriding part of the style.

Finally the pressable is replaced with a TouchableOpacity that visually responds instantly to a tap to further give feedback on a successful press.

This was due to multiple issues. The marginBottom clips the tappable area making it smaller. This is now removed.

This had been added to centre the text. The text is now correctly centred by overriding part of the style.

Finally the pressable is replaced with a TouchableOpacity that visually responds instantly to a tap to further give feedback on a successful press.
@NigelBreslaw NigelBreslaw merged commit 7669b80 into main Jul 21, 2024
2 checks passed
@NigelBreslaw NigelBreslaw deleted the Virtual-branch branch July 21, 2024 09:05
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.

1 participant