We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1708929 commit af1663eCopy full SHA for af1663e
1 file changed
apps/CommonApp/src/release_tests/mouseButtons/index.tsx
@@ -27,7 +27,6 @@ function Test({ name, gestureHandlers }: TestProps) {
27
]}>
28
{gestureHandlers.map((handler, index) => {
29
return (
30
- // eslint-disable-next-line @eslint-react/no-array-index-key
31
<GestureDetector gesture={handler} key={index}>
32
<View style={[styles.box, { backgroundColor: COLORS[index] }]} />
33
</GestureDetector>
0 commit comments