mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 09:13:43 +08:00
Adding accessibility
This commit is contained in:
committed by
satyajit.happy
parent
d0ccbbcde1
commit
035a059c11
@@ -38,6 +38,8 @@ const DrawerNavigatorItems = ({
|
||||
return (
|
||||
<TouchableItem
|
||||
key={route.key}
|
||||
accessible
|
||||
accessibilityLabel={label}
|
||||
onPress={() => {
|
||||
onItemPress({ route, focused });
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user