Skip to content

Commit 5852f18

Browse files
committed
Published and tested 😍
1 parent 49db757 commit 5852f18

File tree

6 files changed

+8
-105
lines changed

6 files changed

+8
-105
lines changed

example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { View, Text, SafeAreaView } from "react-native";
33
import AppleHeader from "react-native-apple-header";
44
import BouncyCheckboxGroup, {
55
ICheckboxButton,
6-
} from "./lib/BouncyCheckboxGroup";
6+
} from "react-native-bouncy-checkbox-group";
77

88
const _iconStyle = (borderColor: string) => ({
99
height: 50,

example/lib/BouncyCheckboxGroup.style.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

example/lib/BouncyCheckboxGroup.tsx

Lines changed: 0 additions & 59 deletions
This file was deleted.

example/lib/helpers/useStateWithCallback.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

example/package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"react": "17.0.2",
1414
"react-native": "0.66.0",
1515
"react-native-apple-header": "^0.1.1",
16-
"react-native-bouncy-checkbox": "^2.1.5"
16+
"react-native-bouncy-checkbox": "^2.1.5",
17+
"react-native-bouncy-checkbox-group": "^0.1.0"
1718
},
1819
"devDependencies": {
1920
"@babel/core": "^7.12.9",

0 commit comments

Comments
 (0)