Skip to content

Commit 2043730

Browse files
committed
comment
1 parent 6e1b5df commit 2043730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/CellRendererComponent.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ function CellRendererComponent<T>(props: Props<T>) {
129129
} = propsRef.current;
130130

131131
useEffect(() => {
132+
// NOTE: keep an eye on reanimated LayoutAnimation refactor:
133+
// https://github.com/software-mansion/react-native-reanimated/pull/3332/files
132134
if (!propsRef.current.enableLayoutAnimationExperimental) return;
133135
const tag = findNodeHandle(viewRef.current);
134136

0 commit comments

Comments
 (0)