react-native-svg-animated-linear-gradient icon indicating copy to clipboard operation
react-native-svg-animated-linear-gradient copied to clipboard

A wrap SVG component for animated linear gradient

Results 10 react-native-svg-animated-linear-gradient issues
Sort by recently updated
recently updated
newest added

I am trying to take the backgroundColor and fix it as one of the colors to either primaryColor or secondaryColor. But there is no option to do that in the...

This PR introduces `useNativeDriver` as a new prop to `SvgAnimatedLinearGradient`. Latest React Native versions gives warning that `Animated.timing()` must have explicitly set `useNativeDriver`. It is currently just a warning but...

Hello :) Thanks for amazing work! Im very happy to use this library... works perfectly on android... but... on iOS only empty place is inserted... I see nothing there.... Maybe...

This pull request is aimed at settable speed value and wait time from props. # Why I want to change gradient speed and wait time. # How ## Speed Reflect...

The referred repo that extract this out of expo doesn't exist anymore, so it shouldn't be referenced anymore.

Memory optimisation will be headque if anyone has found a solution then it will be fruitful.

Here is my code: loopAnimation in library is getting invoked. But, when I try to mount the component (I'm using in development mode), I don't see it animating My code:...

The `es-2015` preset is causing issues in my RN app, as it is saying that the preset is missing and can't be found relatively to the module directory.

Because typescript is getting populair on building apps with react-native, it would be nice if the typings are available.

Isn't there a way to get a similar result using Animated.interpolate? Is there a need to import d3-interpolate as well? Animated is already included within react-native.