corymsmith / react-native-icons

Quick and easy icons in React Native
MIT License
1.14k stars 141 forks source link

Error setting property 'color' of FAKIconImage #155

Closed tianjianchn closed 8 years ago

tianjianchn commented 8 years ago

hi, i'm using react native 0.17 and react-native-icons 0.7.0. All is ok in android, but when running in the ios simulator, there is the problem:

2016-01-05 15:16:46.375 [warn][tid:main][RCTConvert.m:55] Error setting property 'color' of FAKIconImage with tag #29: JSON value '4282664004' of type NSNumber cannot be converted to NSString

seems like the color value is wrong, but i checked again and again, and sure they were set right. anybody could help? thx

tianjianchn commented 8 years ago

i tried to remove the color style and just keep color property, and it's ok now