Skip to content

Commit 134b13b

Browse files
committed
update example
1 parent 133f440 commit 134b13b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/rn-tester/js/examples/Accessibility/AccessibilityExample.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,6 @@ class FakeSliderExample extends React.Component<{}, FakeSliderExampleState> {
10971097
<View>
10981098
<View
10991099
accessible={true}
1100-
accessibilityLiveRegion="none"
11011100
accessibilityLabel="Fake Slider"
11021101
accessibilityRole="adjustable"
11031102
accessibilityActions={[{name: 'increment'}, {name: 'decrement'}]}

0 commit comments

Comments
 (0)