This commit is contained in:
computerjazz 2022-08-28 13:14:11 -07:00
parent 6e1b5df043
commit 20437309f9

View File

@ -129,6 +129,8 @@ function CellRendererComponent<T>(props: Props<T>) {
} = propsRef.current;
useEffect(() => {
// NOTE: keep an eye on reanimated LayoutAnimation refactor:
// https://github.com/software-mansion/react-native-reanimated/pull/3332/files
if (!propsRef.current.enableLayoutAnimationExperimental) return;
const tag = findNodeHandle(viewRef.current);