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

Preset color firefox error

Open rpiwetz opened this issue 8 years ago • 2 comments

Using the preset firefox color creates the error: given color (rgba(186, -1, 45, 1)) isn't a valid or rgba color

rpiwetz avatar Mar 09 '17 15:03 rpiwetz

@rpiwetz Hi, I wrote an example with preset firefox and there was no error on my emulator(ios10.3, iphone6) https://github.com/heineiuo/react-native-animated-linear-gradient/blob/master/examples/simple/index.ios.js#L21 Can you please tell me more details, thanks

heineiuo avatar May 03 '17 16:05 heineiuo

I think it had to do with changing values of customColors with hot reloading turned on. I just tested with RN 0.42.3 and if it started on firefox, it worked fine, but if I started it on instagram then changed it to firefox, I would see some color glitching at the end of the loop (a bright green color would show up). No error presented itself however. I don't recall the version of RN I initially tested on, but maybe something was changed in RN impacting this. Safe to close this issue in my opinion.

rpiwetz avatar May 15 '17 21:05 rpiwetz