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 208a96d commit 66137a6Copy full SHA for 66137a6
packages/docs-reanimated/docs/layout-animations/list-layout-animations.mdx
@@ -40,7 +40,7 @@ function App() {
40
41
## Remarks
42
43
-- `itemLayoutAnimation` works only with a single-column `Animated.FlatList`, `numColumns` property cannot be grater than 1.
+- `itemLayoutAnimation` works only with a single-column `Animated.FlatList`, `numColumns` property cannot be greater than 1.
44
- You can change the `itemLayoutAnimation` on the fly or disable it by setting it to `undefined`.
45
46
<Indent>
0 commit comments