mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-08 22:44:14 +08:00
Merge pull request #13 from NewtopiaDev/accessible
Remove accessible tag from card
This commit is contained in:
@@ -9,7 +9,6 @@ function getAccessibilityProps(isActive) {
|
||||
if (Platform.OS === 'ios') {
|
||||
return {
|
||||
accessibilityElementsHidden: !isActive,
|
||||
accessible: isActive,
|
||||
};
|
||||
} else if (Platform.OS === 'android') {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user