flatlist Questions

1

I am building a React Native app and having trouble with FlatList. I thought perhaps the problem was with the way I tried to implement this, so I used sample code from https://reactnative.dev/docs/...
Rookery asked 11/11, 2021 at 1:49

2

I am building a chat app and since React-Native version 0.63, I am having horrible performance when there are long texts involved on an inverted Flatlist, on Android. Here is a snack repro showcasi...
Paxwax asked 8/10, 2020 at 10:48

0

I have a flatlist with a bunch of item in it now when I press the button the flatlist scrolls down using ref and scrollToIndex method. But the scroll animation is faster than what i need is there a...
Rufford asked 24/4, 2021 at 15:48

6

(Note: I'm using Expo for this app) I'm attempting to render a FlatList that displays a list of printers. Here's the code: <FlatList data={printers} keyExtractor={printer => printer.id} ...
Cragsman asked 1/11, 2017 at 19:26
1

© 2022 - 2024 — McMap. All rights reserved.