Skip to content

Commit 02c3b7c

Browse files
committed
Fix linting issues
1 parent 090e6e8 commit 02c3b7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/app/src/examples/SortableGrid/features/DragHandleExample.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function DragHandleExample() {
2828

2929
const renderItem = useCallback<SortableGridRenderItem<string>>(
3030
({ item }) => (
31-
<Animated.View style={styles.card} layout={LinearTransition}>
31+
<Animated.View layout={LinearTransition} style={styles.card}>
3232
<Text style={styles.text}>{item}</Text>
3333
<Animated.View layout={LinearTransition}>
3434
<Sortable.Handle>

0 commit comments

Comments
 (0)