react-native-animatable
react-native-animatable copied to clipboard
Fix TS typing
react-native-animatable.d.ts line: 114
change animation?: Animation | string;
to animation?: Animation | CustomAnimation | string;
Mind making a PR out of this?
I made a PR out of this @oblador
@oblador the PR @Lilysunstrider made is here https://github.com/oblador/react-native-animatable/pull/256
Can you have a look at it? :)
Any ETA on getting the PR merged?