phamfoo/react-native-easing-gradient

TypeError: AnimatedInterpolation.__createInterpolation is not a function (it is undefined)

TowhidKashem opened this issue · 2 comments

Hi @phamfoo ,

Thanks for the cool lib. I really want to try it out but am getting this error on the latest RN (version "0.73.4"):

TypeError: AnimatedInterpolation.__createInterpolation is not a function (it is undefined)

I think the internal function being accessed here is no longer available in RN hence it breaks. Do you know how one might get around this? I am okay patch packaging it if you could point me towards a solution. Thanks!

Hi, thanks for reporting the issue. I just published v1.1.1, can you give it a go?

Thanks for the quick fix, I tested and it's working now!