Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function RNGalleryScreenWrapper({navigation}) {
<TouchableHighlight
accessibilityRole="button"
accessibilityLabel="Navigation bar hambuger icon"
{...{tooltip: 'Expand Menu'}}
accessibilityState={{expanded: isDrawerOpen}}
style={styles.menu}
onPress={() => navigation.openDrawer()}
Expand Down Expand Up @@ -143,6 +144,7 @@ function CustomDrawerContent(props) {
<TouchableHighlight
accessibilityRole="button"
accessibilityLabel="Navigation bar expanded"
{...{tooltip: 'Collapse Menu'}}
style={styles.menu}
onPress={() => props.navigation.closeDrawer()}
activeOpacity={0.5783}
Expand Down