Skip to content

Commit 459d89f

Browse files
committed
Library is tested and working
1 parent d37a461 commit 459d89f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

example/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import React from "react";
2-
import { ViewStyle, SafeAreaView, Image, Text, View } from "react-native";
2+
import { ViewStyle, SafeAreaView } from "react-native";
33
import Icon from "react-native-dynamic-vector-icons";
44
import RoundedCheckboxGroup, {
55
ICheckboxButton,
6-
} from "./build/dist/RoundedCheckboxGroup";
6+
} from "react-native-rounded-checkbox-group";
77

88
const styles = {
99
innerStyle: { height: 45, width: 45, borderRadius: 75 },

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"react-native": "0.66.0",
1616
"react-native-dynamic-vector-icons": "^1.1.6",
1717
"react-native-rounded-checkbox": "^0.3.3",
18+
"react-native-rounded-checkbox-group": "^0.1.0",
1819
"react-native-vector-icons": "^8.1.0"
1920
},
2021
"devDependencies": {

0 commit comments

Comments
 (0)