python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Vertical scrolling inside the vertical scrolling in steps - React Native
I need to create the following interface:
There is a parent SectionList in which there are various sections of elements
One of these sections contains a vertical FlatList.
I want SectionList to scro...
Slam
Votes: 0
Answers: 3
Why is SectionList ref.current always undefined?
I am trying to use the scrollToOffset and scrollToIndex that SectionList provides. However, the SectionList ref I am using is always undefined when using ref.current.
In my class component I have the ...
pfinferno
Votes: 0
Answers: 0
Wrap JSX tags around renderItem? for <Flatlist> or <SectionList> in React-Native
Is there a way to put JSX tags around renderItem? (I want to put the rendered output from renderItem inside an Accordion drop-down using <List.Accordion> from "react-native-paper")
<...
Lee Wannacott
Votes: 0
Answers: 0
What is the best way to implement a scrollable list of several thousands items in React Native?
To be short, my requirements are:
The list needs to contain about 5 thousand average product cards in two columns. The products are splitted into sections.
It must be performant, really performant
I ...
Max P. Urban
Votes: 0
Answers: 0