Skip to content

Commit

Permalink
Published and tested 😍
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Oct 9, 2021
1 parent 49db757 commit 5852f18
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 105 deletions.
2 changes: 1 addition & 1 deletion example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { View, Text, SafeAreaView } from "react-native";
import AppleHeader from "react-native-apple-header";
import BouncyCheckboxGroup, {
ICheckboxButton,
} from "./lib/BouncyCheckboxGroup";
} from "react-native-bouncy-checkbox-group";

const _iconStyle = (borderColor: string) => ({
height: 50,
Expand Down
11 changes: 0 additions & 11 deletions example/lib/BouncyCheckboxGroup.style.ts

This file was deleted.

59 changes: 0 additions & 59 deletions example/lib/BouncyCheckboxGroup.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions example/lib/helpers/useStateWithCallback.ts

This file was deleted.

5 changes: 5 additions & 0 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"react": "17.0.2",
"react-native": "0.66.0",
"react-native-apple-header": "^0.1.1",
"react-native-bouncy-checkbox": "^2.1.5"
"react-native-bouncy-checkbox": "^2.1.5",
"react-native-bouncy-checkbox-group": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down

0 comments on commit 5852f18

Please sign in to comment.