The react-native-reanimated package has switched away from the Animated api's many functions like from Animated.timing to withTiming etc. Also the Easingnode has been shifted to easing .The Package was not working due to these changes and was giving issues with the newer versions of react-native-reanimated. With this PR the expected result is acheived by using react-native's own animated and easing api relieving the need of an extra dependency that is react-native-reanimated.
The react-native-reanimated package has switched away from the Animated api's many functions like from Animated.timing to withTiming etc. Also the Easingnode has been shifted to easing .The Package was not working due to these changes and was giving issues with the newer versions of react-native-reanimated. With this PR the expected result is acheived by using react-native's own animated and easing api relieving the need of an extra dependency that is react-native-reanimated.