RCTRefreshControl icon indicating copy to clipboard operation
RCTRefreshControl copied to clipboard

JSON value '#05A5D1' of type NSString cannot be converted to NSNumber

Open gpbl opened this issue 10 years ago • 4 comments
trafficstars

I could make the control working on react-native 0.12 (*), but now when I pass a tintColor to configure() i get this error. I'm using the grey version for now 😊

screen shot 2015-10-09 at 19 54 55

(*) to fix #14 I had to change RCTRefreshControl.m by myself

gpbl avatar Oct 09 '15 17:10 gpbl

Yes, I'm getting the same error under 0.14.2.

I had to fix #14 by changing the code directly as well.

jbrodriguez avatar Nov 10 '15 19:11 jbrodriguez

I also have this problem and the #14 don't fix this. So i can't control the color of the Indicator. Any solutions here?

h3l avatar Nov 25 '15 03:11 h3l

@h3l Seems @DickyT has a pull request that solves this:

https://github.com/Shuangzuan/RCTRefreshControl/pull/23

Changed the source and it works

ivanbrens avatar Nov 26 '15 15:11 ivanbrens

@ibrens cool~thanks very much

h3l avatar Nov 26 '15 16:11 h3l