Skip to content

Commit 055aa48

Browse files
committed
chore: updated example
1 parent 4c71a22 commit 055aa48

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

example/App.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from "react-native";
1111
import AppleHeader from "react-native-apple-header";
1212
import BottomSearchBar from "react-native-bottom-search-bar";
13-
import RNBounceable from "./build/dist";
13+
import RNBounceable from "@freakycoder/react-native-bounceable";
1414
import BouncyCheckbox, {
1515
BouncyCheckboxHandle,
1616
} from "react-native-bouncy-checkbox";
@@ -104,15 +104,15 @@ const App: React.FC = () => {
104104
isChecked
105105
iconImageStyle={styles.iconImageStyle}
106106
disableText
107-
onPress={() => { }}
107+
onPress={() => {}}
108108
/>
109109
<BouncyCheckbox
110110
disableText
111111
fillColor="#f54b42"
112112
size={50}
113113
iconImageStyle={styles.iconImageStyle}
114114
iconStyle={{ borderColor: "#f54b42" }}
115-
onPress={() => { }}
115+
onPress={() => {}}
116116
/>
117117
<BouncyCheckbox
118118
isChecked
@@ -121,7 +121,7 @@ const App: React.FC = () => {
121121
size={50}
122122
iconImageStyle={styles.iconImageStyle}
123123
iconStyle={{ borderColor: "#4287f5" }}
124-
onPress={() => { }}
124+
onPress={() => {}}
125125
/>
126126
<BouncyCheckbox
127127
disableText
@@ -193,7 +193,7 @@ const App: React.FC = () => {
193193
<AppleHeader
194194
dateTitle={"Welcome"}
195195
largeTitle={"John Doe"}
196-
onPress={() => { }}
196+
onPress={() => {}}
197197
imageSource={profilePicUri}
198198
/>
199199
{renderCheckboxes()}

example/package-lock.json

Lines changed: 6 additions & 5 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
@@ -16,7 +16,7 @@
1616
"react-native": "0.79.5",
1717
"react-native-apple-header": "^1.0.1",
1818
"react-native-bottom-search-bar": "^1.1.1",
19-
"react-native-bouncy-checkbox": "^4.1.2"
19+
"react-native-bouncy-checkbox": "^4.1.4"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.25.2",

0 commit comments

Comments
 (0)