Skip to content

Commit c0322b3

Browse files
committed
Styling bugs are fixed for border ones
1 parent 1135e0d commit c0322b3

File tree

6 files changed

+308
-261
lines changed

6 files changed

+308
-261
lines changed

example/App.js

+13
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ const App = () => {
1111
<SafeAreaView style={{ flex: 1 }}>
1212
<AppleHeader />
1313
<View style={{ margin: 16 }}>
14+
<BouncyCheckbox
15+
borderColor="red"
16+
borderWidth={2}
17+
borderRadius={5}
18+
fillColor="red"
19+
unfillColor="#FFFFFF"
20+
// iconComponent={<IconDog color={"red"} width={12} strokeWidth={3} />}
21+
textColor="#333"
22+
size={10}
23+
disableTextDecoration={true}
24+
fontSize={16}
25+
text="asdasd"
26+
/>
1427
<BouncyCheckbox
1528
isChecked={false}
1629
textColor="#000"

0 commit comments

Comments
 (0)