-
### Description
I have a view wrapping FlatList and the component containing corresponding. But after the recent upgrade to react-native 0.76.1 has caused the issue for us. The component looks someth…
-
Let's say I have a horizontal Flatlist of data I want to render in the header, below this I have N tabs of vertical flatlist data. Diving into the library it looks like the header is absolutely positi…
-
I created this in stackoverflow: https://stackoverflow.com/questions/55741282/flatlist-not-updating-with-react-hooks-and-realm
Basically, I created a React Hook to access Realm:
```javascript
/* @fl…
-
Replace ListVIew with FlatList and SectionList
-
### Description
The thickness of the separator lines in FlatList is inconsistent on android. Here's another issue related to the separator: [GitHub Issue](https://github.com/facebook/react-native/iss…
-
### Minimal reproducible example
https://github.com/AntonioRoye/refreshControl_test.git
### What platform(s) does this occur on?
iOS
### Where did you reproduce the issue?
in a developm…
-
**Context**: I am using foreground service to backup my photos and videos, earlier, before the latest update in android everything was smooth.
**Problem**: But after the update as and when the I s…
-
Love this package. The only issue I have come across is onScroll does not seem to work on the tabs.flatlist.
I am trying to detect scroll distance to a animate a nav bar title. I cant use the hooks…
-
I'm having auto scroll to top in the flatlist issue when :- reached to the bottom most item of flatlist and api returns the data and it set's to the setdata of the flatlist. This issue is only in "t…
-
I was wondering if we could bring in some draggable list component, as this is the thing missing in most of the popular UI components library and devs have to use additional libraries!!