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 6e1b5df commit 2043730Copy full SHA for 2043730
src/components/CellRendererComponent.tsx
@@ -129,6 +129,8 @@ function CellRendererComponent<T>(props: Props<T>) {
129
} = propsRef.current;
130
131
useEffect(() => {
132
+ // NOTE: keep an eye on reanimated LayoutAnimation refactor:
133
+ // https://github.com/software-mansion/react-native-reanimated/pull/3332/files
134
if (!propsRef.current.enableLayoutAnimationExperimental) return;
135
const tag = findNodeHandle(viewRef.current);
136
0 commit comments