Skip to content

Commit 129c07d

Browse files
author
Protik Biswas
committed
removing extra line
1 parent f5cdfc4 commit 129c07d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

NewArch/src/components/ScreenWrapper.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ export function ScreenWrapper({
6767
// accessibilityRole="button"
6868
accessibilityLabel="Navigation bar"
6969
accessibilityState={{ expanded: isDrawerOpen }}
70-
accessibilityLiveRegion='assertive'
71-
70+
accessibilityLiveRegion='assertive'
7271
// accessibilityHint={isDrawerOpen ? 'Tap to collapse navigation menu' : 'Tap to expand navigation menu'}
7372
// tooltip={isDrawerOpen ? 'Tap to collapse navigation menu' : 'Tap to expand navigation menu'}
7473
// requires react-native-gesture-handler to be imported in order to pass testing.

0 commit comments

Comments
 (0)