Skip to content

Commit 41f6688

Browse files
committed
Example is updated
1 parent d7d0ac4 commit 41f6688

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
StatusBar,
99
} from "react-native";
1010
import LinearGradient from "react-native-linear-gradient";
11-
import CheckboxFlex from "./build/dist/CheckboxFlex";
11+
import CheckboxFlex from "react-native-checkbox-flex";
1212

1313
const App = () => {
1414
return (

example/package-lock.json

Lines changed: 14 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
@@ -13,6 +13,7 @@
1313
"@freakycoder/react-native-bounceable": "^0.2.4",
1414
"react": "16.13.1",
1515
"react-native": "0.63.4",
16+
"react-native-checkbox-flex": "^0.1.0",
1617
"react-native-linear-gradient": "^2.5.6"
1718
},
1819
"devDependencies": {

example/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5599,6 +5599,11 @@
55995599
"resolved" "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz"
56005600
"version" "16.13.1"
56015601

5602+
"react-native-checkbox-flex@^0.1.0":
5603+
"integrity" "sha512-qRJ5h08XxNwQe30kB1nml69wvFAV8B7ESdWwGJ+apSp7OYjyRC5nDgkXR/0/OGYIco3zm3VPP4lBaXo8L8sYWw=="
5604+
"resolved" "https://registry.npmjs.org/react-native-checkbox-flex/-/react-native-checkbox-flex-0.1.0.tgz"
5605+
"version" "0.1.0"
5606+
56025607
"react-native-linear-gradient@^2.5.6":
56035608
"integrity" "sha512-HDwEaXcQIuXXCV70O+bK1rizFong3wj+5Q/jSyifKFLg0VWF95xh8XQgfzXwtq0NggL9vNjPKXa016KuFu+VFg=="
56045609
"resolved" "https://registry.npmjs.org/react-native-linear-gradient/-/react-native-linear-gradient-2.5.6.tgz"

0 commit comments

Comments
 (0)