@@ -10,8 +10,9 @@ exports[`Story Snapshots: CustomStyle should match snapshot 1`] = `
1010>
1111 <View >
1212 <View
13- accessibilityLabel = " Styled Room undefined "
13+ accessibilityLabel = " Styled Room "
1414 accessible = { true }
15+ importantForAccessibility = " yes"
1516 >
1617 <RNGestureHandlerButton
1718 activeOpacity = { 1 }
@@ -91,7 +92,7 @@ exports[`Story Snapshots: CustomStyle should match snapshot 1`] = `
9192 >
9293 <View
9394 accessibilityLabel = " S's avatar"
94- accessible = { true }
95+ accessible = { false }
9596 style = {
9697 [
9798 {
@@ -266,8 +267,9 @@ exports[`Story Snapshots: Default should match snapshot 1`] = `
266267>
267268 <View >
268269 <View
269- accessibilityLabel = " General undefined "
270+ accessibilityLabel = " General "
270271 accessible = { true }
272+ importantForAccessibility = " yes"
271273 >
272274 <RNGestureHandlerButton
273275 activeOpacity = { 1 }
@@ -345,7 +347,7 @@ exports[`Story Snapshots: Default should match snapshot 1`] = `
345347 >
346348 <View
347349 accessibilityLabel = " G's avatar"
348- accessible = { true }
350+ accessible = { false }
349351 style = {
350352 [
351353 {
@@ -520,8 +522,9 @@ exports[`Story Snapshots: DirectMessage should match snapshot 1`] = `
520522>
521523 <View >
522524 <View
523- accessibilityLabel = " Alice Johnson undefined "
525+ accessibilityLabel = " Alice Johnson "
524526 accessible = { true }
527+ importantForAccessibility = " yes"
525528 >
526529 <RNGestureHandlerButton
527530 activeOpacity = { 1 }
@@ -599,7 +602,7 @@ exports[`Story Snapshots: DirectMessage should match snapshot 1`] = `
599602 >
600603 <View
601604 accessibilityLabel = " A's avatar"
602- accessible = { true }
605+ accessible = { false }
603606 style = {
604607 [
605608 {
@@ -745,6 +748,7 @@ exports[`Story Snapshots: LongRoomName should match snapshot 1`] = `
745748 <View
746749 accessibilityLabel = " This is a very very very very very very very long room name that should be truncated 9999 members"
747750 accessible = { true }
751+ importantForAccessibility = " yes"
748752 >
749753 <RNGestureHandlerButton
750754 activeOpacity = { 1 }
@@ -822,7 +826,7 @@ exports[`Story Snapshots: LongRoomName should match snapshot 1`] = `
822826 >
823827 <View
824828 accessibilityLabel = " L's avatar"
825- accessible = { true }
829+ accessible = { false }
826830 style = {
827831 [
828832 {
@@ -1016,8 +1020,9 @@ exports[`Story Snapshots: OnlyTitle should match snapshot 1`] = `
10161020>
10171021 <View >
10181022 <View
1019- accessibilityLabel = " Just a title undefined "
1023+ accessibilityLabel = " Just a title "
10201024 accessible = { true }
1025+ importantForAccessibility = " yes"
10211026 >
10221027 <RNGestureHandlerButton
10231028 activeOpacity = { 1 }
@@ -1181,8 +1186,9 @@ exports[`Story Snapshots: TeamMain should match snapshot 1`] = `
11811186>
11821187 <View >
11831188 <View
1184- accessibilityLabel = " Engineering Team undefined "
1189+ accessibilityLabel = " Engineering Team "
11851190 accessible = { true }
1191+ importantForAccessibility = " yes"
11861192 >
11871193 <RNGestureHandlerButton
11881194 activeOpacity = { 1 }
@@ -1260,7 +1266,7 @@ exports[`Story Snapshots: TeamMain should match snapshot 1`] = `
12601266 >
12611267 <View
12621268 accessibilityLabel = " E's avatar"
1263- accessible = { true }
1269+ accessible = { false }
12641270 style = {
12651271 [
12661272 {
@@ -1437,6 +1443,7 @@ exports[`Story Snapshots: WithRightLabel should match snapshot 1`] = `
14371443 <View
14381444 accessibilityLabel = " General 123 members"
14391445 accessible = { true }
1446+ importantForAccessibility = " yes"
14401447 >
14411448 <RNGestureHandlerButton
14421449 activeOpacity = { 1 }
@@ -1514,7 +1521,7 @@ exports[`Story Snapshots: WithRightLabel should match snapshot 1`] = `
15141521 >
15151522 <View
15161523 accessibilityLabel = " G's avatar"
1517- accessible = { true }
1524+ accessible = { false }
15181525 style = {
15191526 [
15201527 {
@@ -1708,8 +1715,9 @@ exports[`Story Snapshots: WithoutDescription should match snapshot 1`] = `
17081715>
17091716 <View >
17101717 <View
1711- accessibilityLabel = " No description room undefined "
1718+ accessibilityLabel = " No description room "
17121719 accessible = { true }
1720+ importantForAccessibility = " yes"
17131721 >
17141722 <RNGestureHandlerButton
17151723 activeOpacity = { 1 }
@@ -1787,7 +1795,7 @@ exports[`Story Snapshots: WithoutDescription should match snapshot 1`] = `
17871795 >
17881796 <View
17891797 accessibilityLabel = " N's avatar"
1790- accessible = { true }
1798+ accessible = { false }
17911799 style = {
17921800 [
17931801 {
0 commit comments