We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2ae7c commit 3a2a301Copy full SHA for 3a2a301
packages/react-native-reanimated/Common/cpp/reanimated/CSS/svg/values/SVGBrush.h
@@ -14,8 +14,8 @@ enum class SVGBrushType {
14
15
struct SVGBrush : public CSSColorBase<SVGBrushType, SVGBrush> {
16
using CSSColorBase<SVGBrushType, SVGBrush>::CSSColorBase;
17
- using CSSColorBase<SVGBrushType, SVGBrush>::operator==;
18
+ using CSSColorBase<SVGBrushType, SVGBrush>::canConstruct;
19
explicit SVGBrush(jsi::Runtime &rt, const jsi::Value &jsiValue);
20
explicit SVGBrush(const folly::dynamic &value);
21
0 commit comments