Skip to content

Commit

Permalink
Add accesible false to pressable group preventing VoiceOver interacti…
Browse files Browse the repository at this point in the history
…on (#4501)
  • Loading branch information
wachunei authored Jun 14, 2022
1 parent 5ab917c commit 48467a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/components/UI/FiatOnRampAggregator/Views/AmountToBuy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,11 @@ const AmountToBuy = () => {
return (
<ScreenLayout>
<ScreenLayout.Body>
<Pressable onPress={handleKeypadDone} style={styles.viewContainer}>
<Pressable
onPress={handleKeypadDone}
style={styles.viewContainer}
accessible={false}
>
<ScreenLayout.Content>
<View style={[styles.selectors, styles.row]}>
<AccountSelector />
Expand Down

0 comments on commit 48467a3

Please sign in to comment.