-
### Description
Currently, there is a bug that occurs only on Android when using the itemLayoutAnimation in Animated.FlatList.
The animations work perfectly when an item enters, but when removing …
-
## Description
When using FlatLists in react-native-calendars, the handling of these lists appears to be incorrect, leading to unexpected behavior.
## Expected Behavior
The calendar should provid…
-
### Description
flatlist onEndReached doesn't work at the bottom of the list, but works at the start of the render
### Steps to reproduce
### React Native Version
0.72.15
### Affected Platfor…
-
Can be observed on page `FlatList onViewableItemsChanged` in RNTester - the callback doesn't get invoked when scrolling.
-
### Description
Bug previously opened [here](https://github.com/facebook/react-native/issues/26264).
It was claimed to be fixed [here](https://github.com/facebook/react-native/pull/28952) but s…
-
### Description
inside a parent vertical FlatList, use a horizontal child FlatList.
While scrolling the child FlatList the other children of parent FlatList cannot trigger onPress. They are blocke…
-
### 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