Skip to content

Commit 3ab31de

Browse files
committed
migrate to grid v2
1 parent bb6c159 commit 3ab31de

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • packages/docs-gesture-handler/src/examples/GestureStateFlowExample

packages/docs-gesture-handler/src/examples/GestureStateFlowExample/ChartItem.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ export default function ChartItem({
8181
}, [item, updateCoordinates]);
8282

8383
return (
84-
// @ts-ignore This is legacy code, it works regardless of this error.
85-
<Grid item style={styles.box} xs={3}>
84+
<Grid style={styles.box} size={3}>
8685
<Animated.View
8786
style={[
8887
styles.item,

0 commit comments

Comments
 (0)