Skip to content

Commit ab55527

Browse files
committed
chore: example using the lib itself from npm
1 parent 087e89b commit ab55527

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
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: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"react": "18.1.0",
1515
"react-native": "0.70.10",
1616
"react-native-apple-header": "^1.0.1",
17-
"react-native-bottom-search-bar": "^1.1.1"
17+
"react-native-bottom-search-bar": "^1.1.1",
18+
"react-native-bouncy-checkbox": "^4.0.1"
1819
},
1920
"devDependencies": {
2021
"@babel/core": "^7.12.9",

example/yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6520,6 +6520,13 @@ react-native-bottom-search-bar@^1.1.1:
65206520
resolved "https://registry.npmjs.org/react-native-bottom-search-bar/-/react-native-bottom-search-bar-1.1.1.tgz"
65216521
integrity sha512-579mO97mWksVOKxN8C194Y6JlxzZNOBszgVc3cDidOC2d0PzLfCzKHoLqK8ruCYHjh3sP4bQfmg0ae4SKfCwBA==
65226522

6523+
react-native-bouncy-checkbox@^4.0.1:
6524+
version "4.0.1"
6525+
resolved "https://registry.npmjs.org/react-native-bouncy-checkbox/-/react-native-bouncy-checkbox-4.0.1.tgz"
6526+
integrity sha512-dlywsd3PWF47tkZKWFtnArtGM66Hkk1iUvlQhxSbnI56eo8BaQ4VnGFsrGxA3Jc/B7KDuzS9RCtaEflJJT5gYA==
6527+
dependencies:
6528+
"@freakycoder/react-native-bounceable" "^1.0.3"
6529+
65236530
react-native-codegen@^0.70.6:
65246531
version "0.70.7"
65256532
resolved "https://registry.npmjs.org/react-native-codegen/-/react-native-codegen-0.70.7.tgz"

0 commit comments

Comments
 (0)