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

Checkbox component for React native

Results 11 react-native-checkbox issues
Sort by recently updated
recently updated
newest added

If you currently use the component on this version or higher (haven't checked the exact version where this became an issue), you will get a warning asking you to rename...

When I use “checked={true}”,Selected by default,Cannot deselect, cannot operate。 I need to do it in some other way. Thanks

Hi, It's probably a long shot, but I thought I might ask since this hasn't been active recently: I'm in the process of releasing an app in two days which...

``` ``` The Style in old version is invalid .

It will interfere the input > CheckBox.defaultProps = { > label: 'Label', > labelLines: 1, > labelBefore: false, > checked: null, > checkedImage: CB_ENABLED_IMAGE, > uncheckedImage: CB_DISABLED_IMAGE, > underlayColor: 'transparent'...

Correct the following: Warning: Failed prop type: Invalid prop `checkedImage` of type `object` supplied to `CheckBox`, expected `number`.

Since the `checkedImage` and `uncheckedImage` is directly put into Image's source attribute, it'd be ideal to have it's type match Image source propType. ImageSourcePropType is defined here: https://github.com/facebook/react-native/blob/efcdef711eba82b2905d237ee9a3d094652c37ac/Libraries/Image/ImageSourcePropType.js I can...

I'm not even trying to set this prop. Why am I getting this error? This is my code ``` ```

shall we make a new npm release? I noticed last two npm versions (2.0 and 1.2) are messed up. i.e. looking at the project history and the chronological order of...