Skip to content

Commit 5c69dfd

Browse files
committed
Example is updated
1 parent 70390ff commit 5c69dfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from "react";
22
import { View, Image, StatusBar, SafeAreaView } from "react-native";
33
import AppleHeader from "react-native-apple-header";
44
import BottomSearchBar from "react-native-bottom-search-bar";
5-
import BouncyCheckbox from "./build/dist/BouncyCheckbox";
5+
import BouncyCheckbox from "react-native-bouncy-checkbox";
66

77
const App = () => {
88
return (

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-native": "0.63.2",
1616
"react-native-apple-header": "^0.1.1",
1717
"react-native-bottom-search-bar": "^0.1.3",
18-
"react-native-bouncy-checkbox": "^1.0.0",
18+
"react-native-bouncy-checkbox": "^1.0.8",
1919
"react-native-dynamic-vector-icons": "^1.1.3",
2020
"react-native-vector-icons": "^7.1.0"
2121
},

0 commit comments

Comments
 (0)