react-native-item-checkbox icon indicating copy to clipboard operation
react-native-item-checkbox copied to clipboard

render problem

Open npomfret opened this issue 9 years ago • 5 comments

My check boxes are rendering like this:

screen shot 2016-02-24 at 01 11 22

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}
          />

npomfret avatar Feb 24 '16 01:02 npomfret

Well , I am getting same issue in android device. Any idea what i have done wrong ? screenshot_2016-04-19-18-17-50

yashvekaria avatar Apr 19 '16 12:04 yashvekaria

I'm getting the same issue on iOS

KGALLET avatar Jun 02 '16 15:06 KGALLET

Maybe that was related to react-native-icons which is not used anymore. Can you check with current version?

techmentormaria avatar Jul 05 '16 09:07 techmentormaria

Why my radiobutton are rendering like this when i select the button?

import ItemCheckbox from 'react-native-item-checkbox';

screenshot from 2016-09-12 10 17 21

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 ?

SatanPandeya avatar Sep 12 '16 04:09 SatanPandeya

image

flyweights avatar Sep 22 '16 10:09 flyweights