Skip to content

Commit 30798a2

Browse files
committed
chore: update example
1 parent 4b15058 commit 30798a2

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

example/App.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ import {
1111
import AppleHeader from 'react-native-apple-header';
1212
import BottomSearchBar from 'react-native-bottom-search-bar';
1313
import RNBounceable from '@freakycoder/react-native-bounceable';
14-
import BouncyCheckbox, {BouncyCheckboxHandle} from './build/dist';
14+
import BouncyCheckbox, {
15+
BouncyCheckboxHandle,
16+
} from 'react-native-bouncy-checkbox';
1517

1618
const profilePicUri = {
1719
uri: 'https://images.unsplash.com/photo-1519865885898-a54a6f2c7eea?q=80&w=1358&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',

example/package-lock.json

Lines changed: 4 additions & 4 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-native": "0.70.10",
1616
"react-native-apple-header": "^1.0.1",
1717
"react-native-bottom-search-bar": "^1.1.1",
18-
"react-native-bouncy-checkbox": "^4.0.1"
18+
"react-native-bouncy-checkbox": "^4.1.0"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.12.9",

0 commit comments

Comments
 (0)