react-native-spinkit
react-native-spinkit copied to clipboard
(iOS) Color prop only accepts full hexadecimal color.
Developing an app, I noticed that the color prop in iOS only works if inserted the full hex value of the color. Example: #fff(white) would not work, only #FFFFFF(white).