We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27f240 commit 0a28359Copy full SHA for 0a28359
README.md
@@ -74,14 +74,15 @@ import BouncyCheckbox from "react-native-bouncy-checkbox";
74
isChecked={false}
75
textColor="#000"
76
unfillColor="white"
77
+ text="Custom Icon Example"
78
fontFamily="JosefinSans-Regular"
79
+ onPress={checked => console.log("Checked: ", checked)}
80
iconComponent={
81
<Image
82
style={{ height: 10, width: 10 }}
83
source={require("./assets/checkmark.png")}
84
/>
85
}
- text="Custom Icon Example"
86
87
```
88
0 commit comments