We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b76d7 commit a2c00fdCopy full SHA for a2c00fd
example/App.js
@@ -1,6 +1,6 @@
1
import React from "react";
2
import { View, StatusBar, SafeAreaView } from "react-native";
3
-import BouncyCheckbox from "./lib/src/BouncyCheckbox";
+import BouncyCheckbox from "react-native-bouncy-checkbox";
4
import { AppleHeader } from "@freakycoder/react-native-header-view";
5
import BottomSearchBar from "react-native-bottom-search-bar";
6
example/package.json
@@ -14,6 +14,7 @@
14
"react": "16.9.0",
15
"react-native": "0.61.2",
16
"react-native-bottom-search-bar": "0.0.24",
17
+ "react-native-bouncy-checkbox": "0.0.1",
18
"react-native-dynamic-vector-icons": "^0.2.1",
19
"react-native-iphone-x-helper": "^1.2.1",
20
"react-native-vector-icons": "^6.6.0"
0 commit comments