interpolate() was renamed to interpolateNode() in Reanimated 2. Please use interpolateNode() instead code example

Example: interpolate() was renamed to interpolateNode() in Reanimated 2. Please use interpolateNode() instead

in may case i was using react-native-skeleton-content
&& and all my lib's are at latest version
=====================
import SkeletonContent from 'react-native-skeleton-content';
and this (lib not using) latest Reanimated version 
that is Reanimated2
its confliction with the code 
=====================
So i used same another lib for this even thought i have to change the code little 
but i bug is resolved now

yarn add react-native-skeleton-placeholder

import SkeletonPlaceholder from "react-native-skeleton-placeholder";


its working fine

Tags:

Misc Example