Skip to content

Commit 9d461dc

Browse files
committed
remove wrong gif for Checkbox component in our docs
1 parent 4413ab1 commit 9d461dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/checkbox/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ interface CheckboxState {
7575
* @description: Checkbox component for toggling boolean value related to some context
7676
* @extends: TouchableOpacity
7777
* @extendslink: docs/TouchableOpacity
78-
* @gif: https://media.giphy.com/media/xULW8j5WzsuPytqklq/giphy.gif
7978
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CheckboxScreen.tsx
8079
*/
8180
class Checkbox extends Component<CheckboxProps, CheckboxState> {

0 commit comments

Comments
 (0)