RCTRefreshControl
RCTRefreshControl copied to clipboard
JSON value '#05A5D1' of type NSString cannot be converted to NSNumber
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 😊
(*) to fix #14 I had to change RCTRefreshControl.m by myself
Yes, I'm getting the same error under 0.14.2.
I had to fix #14 by changing the code directly as well.
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 Seems @DickyT has a pull request that solves this:
https://github.com/Shuangzuan/RCTRefreshControl/pull/23
Changed the source and it works
@ibrens cool~thanks very much