mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-30 16:25:36 +00:00
Remove accessible tag from card
This commit is contained in:
parent
6a0c6de329
commit
6b6f2fe406
@ -9,7 +9,6 @@ function getAccessibilityProps(isActive) {
|
||||
if (Platform.OS === 'ios') {
|
||||
return {
|
||||
accessibilityElementsHidden: !isActive,
|
||||
accessible: isActive,
|
||||
};
|
||||
} else if (Platform.OS === 'android') {
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user