Skip to content

Commit 0a28359

Browse files
authored
Update README.md
1 parent d27f240 commit 0a28359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,15 @@ import BouncyCheckbox from "react-native-bouncy-checkbox";
7474
isChecked={false}
7575
textColor="#000"
7676
unfillColor="white"
77+
text="Custom Icon Example"
7778
fontFamily="JosefinSans-Regular"
79+
onPress={checked => console.log("Checked: ", checked)}
7880
iconComponent={
7981
<Image
8082
style={{ height: 10, width: 10 }}
8183
source={require("./assets/checkmark.png")}
8284
/>
8385
}
84-
text="Custom Icon Example"
8586
/>
8687
```
8788

0 commit comments

Comments
 (0)