Skip to content

Commit 796d2f3

Browse files
authored
Fixed chips scroll on press (#2766)
1 parent 32ad53c commit 796d2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/screens/MainScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class MainScreen extends Component {
117117
this?.sectionListRef?.current?.scrollToLocation({
118118
animated: true,
119119
sectionIndex: index,
120-
itemIndex: 0,
120+
itemIndex: 1,
121121
viewPosition: 0
122122
});
123123
};

0 commit comments

Comments
 (0)