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

Fully customizable animated bouncy checkbox for React Native

Results 44 react-native-bouncy-checkbox issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...

dependencies

Trying to activate the checkbox by reference an error occurs, is informed that the onPress method does not exist. ![1a846968-4639-43f7-aba6-6666b06773b9](https://user-images.githubusercontent.com/109994601/183987472-dcf19a78-4a95-4b79-947d-de8603bc5c37.png)

bug

So I am using react-hook-form for my getting value ``` ( { Haptics.notificationAsync(Haptics.NotificationFeedbackType.Success); onChange(value); }} disableBuiltInState ref={(ref: any) => (bouncyCheckboxRef = ref)} fillColor={colors.buttonPrimary} size={18} unfillColor={colors.background} style={{ marginTop: 10, marginLeft: 5...

https://github.com/WrathChaos/react-native-bouncy-checkbox#advanced-custom-usage ``` ```

documentation

https://github.com/WrathChaos/react-native-bouncy-checkbox#FAQ ``` iconStyle={{ borderRadius: 0, // to make it a little round increase the value accordingly }} innerIconStyle={{

documentation

I have a requirement to add multicolour text to checkbox. I have achieved the same, but it always shows a warning 'Warning: Each child in a list should have a...

hey, thanks for this package it looks great! I've added it to a react native web project and the checkbox seems to toggle state correctly but no check icon is...

Community Help Needed

React Native Reanimated v3 Version

enhancement

my code: ```javascript /* some code*/ {this.state.list.map((item, index) => ( )} ``` If i write paddingHorizontal, the text will be squeezed out. ![7LLTS I2E3$}XS)4~5NW1AS](https://user-images.githubusercontent.com/51998550/123916460-416dfd00-d9b4-11eb-8e5d-c1342173b07d.png) How to solve this problem Thanks...

bug
help wanted

@WrathChaos I have a login screen (see below for source code) where I am disabling a login button until the user accepts a EULA agreement by clicking the checkbox. The...

bug