Skip to content

Commit 2a9d68d

Browse files
committed
docs: readme and gifs updated
1 parent 62a4129 commit 2a9d68d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
-2.03 MB
Loading

example/App.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ const App: React.FC = () => {
121121
onPress={() => {}}
122122
/>
123123
<BouncyCheckbox
124-
ref={bouncyCheckboxRef}
125124
disableText
126125
fillColor="#9342f5"
127126
size={50}
@@ -138,11 +137,7 @@ const App: React.FC = () => {
138137
size={50}
139138
iconImageStyle={styles.iconImageStyle}
140139
iconStyle={{borderColor: 'green'}}
141-
onPress={() => {
142-
if (bouncyCheckboxRef.current) {
143-
bouncyCheckboxRef.current.onCheckboxPress();
144-
}
145-
}}
140+
onPress={() => {}}
146141
/>
147142
</View>
148143
</View>

0 commit comments

Comments
 (0)