react-native-spinkit icon indicating copy to clipboard operation
react-native-spinkit copied to clipboard

(iOS) Color prop only accepts full hexadecimal color.

Open paulopacitti opened this issue 8 years ago • 0 comments

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).

paulopacitti avatar Apr 03 '17 14:04 paulopacitti