react-native-item-checkbox
react-native-item-checkbox copied to clipboard
Create your own item checkbox with custom colors.
Hey, nice work. I used ItemCheckbox and encountered an issue when I wanted the check value to be determined by the application state - when the relevant state changed the...
My check boxes are rendering like this:  I can't get any icon to appear, only a red box!? Any idea what I've done...
I tried it on RN0.24 but keeps giving me these two: Failed propType warning: Invalid prop.style key 'color' supplied to 'View' Failed propType warning: Invalid prop.style key 'color' supplied to...
_Nice_ component - I have my modified version here: [https://github.com/bartonhammond/snowflake](https://github.com/bartonhammond/snowflake) which is what I'm wanting to merge with yours. I use it thusly: - _Login_ - toggles the display of...
Probably you should ignore `node_modules` from git. :)