Skip to content

Commit bd72404

Browse files
Copilotanupriya13
andcommitted
Revert changes to ScrollViewExample.js as requested
Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com>
1 parent 0d41473 commit bd72404

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/@react-native/tester/js/examples/ScrollView/ScrollViewExample.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,11 +651,10 @@ const SnapToOptions = () => {
651651
snapToInterval={snapToInterval}
652652
snapToOffsets={snapToOffsets}
653653
snapToStart={snapToStart}
654-
testID="snap_scrollview"
655654
nestedScrollEnabled>
656655
{ITEMS.map(createItemRow)}
657656
</ScrollView>
658-
{Platform.OS === 'ios' || Platform.OS === 'windows' ? (
657+
{Platform.OS === 'ios' ? (
659658
<>
660659
<RNTesterText style={styles.rowTitle}>
661660
Select Snap to Alignment Mode

0 commit comments

Comments
 (0)