diff --git a/example/App.tsx b/example/App.tsx index 229ebc1..8bf8ef3 100644 --- a/example/App.tsx +++ b/example/App.tsx @@ -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, diff --git a/example/lib/BouncyCheckboxGroup.style.ts b/example/lib/BouncyCheckboxGroup.style.ts deleted file mode 100644 index 535a0c7..0000000 --- a/example/lib/BouncyCheckboxGroup.style.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { ViewStyle, StyleSheet } from "react-native"; - -interface Style { - container: ViewStyle; -} - -export default StyleSheet.create