oblador / react-native-animatable

Standard set of easy to use animations and declarative transitions for React Native
MIT License
9.81k stars 702 forks source link

Add .animate() method to typings #328

Open felipebergamin opened 4 years ago

felipebergamin commented 4 years ago

The imperative animate() method is not in module declaration file. Please, add it to d.ts file

I'll try to make an PR adding it later today

tuttodev commented 3 years ago

No han resuelto ese issue ... :(

lfrallon commented 1 year ago

Typescript still complaining: @ts-expect-error TS(2339): Property 'animate' does not exist on type 'never'.

Hoping that this will somehow be implemented :)