vector-icons icon indicating copy to clipboard operation
vector-icons copied to clipboard

Icons don't work with Animated.createAnimatedComponent()

Open andrewlpmcneill opened this issue 7 months ago • 1 comments

Creating animated components works everywhere else, but not with this Icon component library.

As recently as late 2023 they worked, but no longer.

using version 14.0.2

Edit:

I believe the issue is related to the error

TypeError: this._icon.setNativeProps is not a function (it is undefined)

I am getting this on build now, and it is triggered anytime I attempt to interact with an animated expo vector icon

andrewlpmcneill avatar Jul 13 '24 16:07 andrewlpmcneill