11<img alt =" React Native Bouncy Checkbox " src =" assets/logo.png " width =" 1050 " />
22
3-
43[ ![ Battle Tested ✅] ( https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge )] ( https://github.com/WrathChaos/react-native-bouncy-checkbox )
54
6-
75[ ![ Fully customizable animated bouncy checkbox for React Native] ( https://img.shields.io/badge/-Fully%20customizable%20animated%20bouncy%20checkbox%20for%20React%20Native-lightgrey?style=for-the-badge )] ( https://github.com/WrathChaos/react-native-bouncy-checkbox )
86
9-
107[ ![ npm version] ( https://img.shields.io/npm/v/react-native-bouncy-checkbox.svg?style=for-the-badge )] ( https://www.npmjs.com/package/react-native-bouncy-checkbox )
118[ ![ npm] ( https://img.shields.io/npm/dt/react-native-bouncy-checkbox.svg?style=for-the-badge )] ( https://www.npmjs.com/package/react-native-bouncy-checkbox )
129![ Platform - Android and iOS] ( https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge )
@@ -47,14 +44,14 @@ npm i react-native-bouncy-checkbox
4744import BouncyCheckbox from " react-native-bouncy-checkbox" ;
4845```
4946
50- # Usage
47+ # Usage
5148
5249## Basic (Default) Usage
50+
5351``` js
5452< BouncyCheckbox / >
5553```
5654
57-
5855## Basic Usage
5956
6057``` jsx
@@ -66,7 +63,6 @@ import BouncyCheckbox from "react-native-bouncy-checkbox";
6663/ >
6764```
6865
69-
7066## Advanced Custom Usage
7167
7268``` jsx
@@ -86,7 +82,6 @@ import BouncyCheckbox from "react-native-bouncy-checkbox";
8682/ >
8783```
8884
89-
9085### Configuration - Props
9186
9287| Property | Type | Default | Description |
@@ -103,7 +98,10 @@ import BouncyCheckbox from "react-native-bouncy-checkbox";
10398| unfillColor | color | transparent | change the checkbox's un-filled color when it's not checked |
10499| iconComponent | component | Icon | set your own icon component |
105100| onPress | function | null | set your own onPress functionality after the bounce effect |
106-
101+ | iconSize | number | 15 | change the react-native-vector-icons' size |
102+ | iconName | string | check | change the react-native-vector-icons' name |
103+ | iconType | string | Entypo | change the react-native-vector-icons' type |
104+ | iconColor | string | #fdfdfd | change the react-native-vector-icons' color |
107105
108106### Future Plans
109107
0 commit comments