react-native-animatable icon indicating copy to clipboard operation
react-native-animatable copied to clipboard

Fix TS typing

Open oleksiy-nesterov opened this issue 6 years ago • 4 comments

react-native-animatable.d.ts line: 114

change animation?: Animation | string; to animation?: Animation | CustomAnimation | string;

oleksiy-nesterov avatar Feb 26 '19 19:02 oleksiy-nesterov

Mind making a PR out of this?

oblador avatar Feb 26 '19 19:02 oblador

I made a PR out of this @oblador

Lilysunstrider avatar Feb 28 '19 08:02 Lilysunstrider

@oblador the PR @Lilysunstrider made is here https://github.com/oblador/react-native-animatable/pull/256

Can you have a look at it? :)

Ragnar-H avatar Mar 08 '19 09:03 Ragnar-H

Any ETA on getting the PR merged?

tedcurrent avatar Apr 30 '19 19:04 tedcurrent