We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a4129 commit 2a9d68dCopy full SHA for 2a9d68d
assets/Screenshots/react-native-bouncy-checkbox.png
-2.03 MB
example/App.tsx
@@ -121,7 +121,6 @@ const App: React.FC = () => {
121
onPress={() => {}}
122
/>
123
<BouncyCheckbox
124
- ref={bouncyCheckboxRef}
125
disableText
126
fillColor="#9342f5"
127
size={50}
@@ -138,11 +137,7 @@ const App: React.FC = () => {
138
137
139
iconImageStyle={styles.iconImageStyle}
140
iconStyle={{borderColor: 'green'}}
141
- onPress={() => {
142
- if (bouncyCheckboxRef.current) {
143
- bouncyCheckboxRef.current.onCheckboxPress();
144
- }
145
- }}
+ onPress={() => {}}
146
147
</View>
148
0 commit comments