react-native-animated-linear-gradient
react-native-animated-linear-gradient copied to clipboard
Preset color firefox error
Using the preset firefox color creates the error: given color (rgba(186, -1, 45, 1)) isn't a valid or rgba color
@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
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.