-
CardViewHolder.recycled is always false. It should be set to true in onBindViewHolder after setCard.
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Steps to reproduce đź•ą
Repository with minimal code as an example: https://git…
-
Even after setting `verticalSwipe={false}` on `CardStack` component. The responder for vertical swipes is still the `CardStack` component. The child `Card` component is unable to take swipe input to e…
bchee updated
3 years ago
-
Hey,
Thanks for nice library 🙏
I'm analysing it's potential and I'm struggling with performance on data sets with ~200 items.
I cloned repo, modified basic example array size from 20 to 200:
https…
-
Hey @enesozturk can you look on this one?
Thanks in advance
```
setShowMore(false)}
allowTouchOutside
barStyle={{ width: 62 }}>
```
-
Complete error in Chrome console:
```
Warning: `Infinity` is an invalid value for the `height` css style property.
Check the render method of `TransitionGroup`.
```
It didn't locate where t…
-
**Describe the bug**
I have use your lib and it works super nicely for me. The only issue I have is that I do have overlap on my element when sizing the window. I am interested to make sure that th…
-
import React from 'react';
import { Box, Card, Chip, Link, Paper, Typography, useMediaQuery } from '@mui/material';
import { useTheme } from '@mui/material/styles';
import Button from "@mui/materia…
-
Hi,
Has anyone used this component with a FlatList and experienced this issue with rightButtons?
"Each child in an array or iterator should have a unique "key" prop"
The component works great…
-
I am using [react-swipeable-list](https://www.npmjs.com/package/react-swipeable-list) with type `IOS` two action button where in example it show when we swipe from left side and release it, It hold an…