react-native-item-checkbox
react-native-item-checkbox copied to clipboard
render problem
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 wrong? I've got react-native-vector-icons/FontAwesome imported.
<ItemCheckbox
color={CS.lightGrey}
iconSize="small"
size={16}
/>
Well , I am getting same issue in android device. Any idea what i have done wrong ?
I'm getting the same issue on iOS
Maybe that was related to react-native-icons
which is not used anymore. Can you check with current version?
Why my radiobutton are rendering like this when i select the button?
import ItemCheckbox from 'react-native-item-checkbox';
I am using: "react": "15.3.1", "react-native": "0.33.0", "react-native-item-checkbox": "^1.0.6" Is this issue occurs due to genymotion or something else ?