comment
This commit is contained in:
parent
6e1b5df043
commit
20437309f9
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user