-
**Describe the bug**
When going to the component the app freezes. The page is never rendered. No error. Only processor usage goes up.
**To Reproduce**
[Code from snack on home page](https://snack.e…
-
I have created list item using react-native-draggable-flatlist and I am dragging the whole item by tapping on an icon on the right hand side and the whole item has a click functionality except the tap…
-
I want to set the gallery direction to be vertical, then I modify FlatList horizontal={false} of the source code, the screen looks correctly in vertical , but the gestures behavior not response correc…
-
Hello, I'm experiencing an issue where hoverComponent is wrongly positioned to the left, approximately about -100px left.
This issue happens **only on iOS** (simulator and device) when testing the *…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-snap-carousel@3.9.1` for the project I'm…
-
### Description
function renderItem({ item, index }) {
return (
)
};
const memoizedValue = useMemo(() => renderItem, [props.widgets]);
return (
index.toStr…
-
-
**Describe the bug**
When adding several embed blocks that show the inline preview, the block list's scroll behaves oddly producing jumps when scrolling the content down and up.
**To Reproduce**
…
-
Thanks for your work improving this package! I was hoping you could help me out with an edge case...
I use inverted FlatList's in my app `transform: [{ scaleY: -1 }]` in order to simulate a chat st…
-
**Describe the bug**
If the popover size gets bigger as the view is animating in (for example, if content is loaded async and then re-rendered just before or during animation), the popover appears to…