Skip to content

Commit a2c00fd

Browse files
committed
Example is updated
1 parent 01b76d7 commit a2c00fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

example/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { View, StatusBar, SafeAreaView } from "react-native";
3-
import BouncyCheckbox from "./lib/src/BouncyCheckbox";
3+
import BouncyCheckbox from "react-native-bouncy-checkbox";
44
import { AppleHeader } from "@freakycoder/react-native-header-view";
55
import BottomSearchBar from "react-native-bottom-search-bar";
66

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"react": "16.9.0",
1515
"react-native": "0.61.2",
1616
"react-native-bottom-search-bar": "0.0.24",
17+
"react-native-bouncy-checkbox": "0.0.1",
1718
"react-native-dynamic-vector-icons": "^0.2.1",
1819
"react-native-iphone-x-helper": "^1.2.1",
1920
"react-native-vector-icons": "^6.6.0"

0 commit comments

Comments
 (0)