Mike Wheaton

Results 7 comments of Mike Wheaton

Thanks for confirming this, @lonyele, although I was hoping it wouldn't be the case. I'll leave the issue open in case anyone has ideas on how this might be fixed....

Anything I can do to help? Notifications on every message are the one thing I'm looking for in a Twitch chat client. :)

Looks like the line's gradient is set on [AnimatedLineGraph.tsx:282](https://github.com/margelo/react-native-graph/blob/main/src/AnimatedLineGraph.tsx#L282) with an array of 5 colors: ``` const gradientColors = useMemo(() => { if (enableFadeInMask) { return [ `${getSixDigitHex(color)}00`, `${getSixDigitHex(color)}ff`, `${getSixDigitHex(color)}ff`,...

If you have many components using this, you might want to use the workaround from @carlos-dubon in your own custom hook. Here's how I implemented that: ``` import create from...

@vitorleonel Do you have a design for this? I can get the component built.

@LinuxKunaL Totally understand, and feel free to close this. Just wanted to report it for anyone else who may be investigating the same issue and hoping for a quick fix....