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)
react-native flatlist with dynamic rows and columns
I'm trying to build a simple layout using FlatList in react-native application like this:
example-image. I need to create a dynamic layout depending on the item's index, so if index ===0 1st image sho...
reactjs
Votes: 0
Answers: 1
position: absolute inside FlatList view child not overlay
I have a FlatList with N childs, i want position a view with absolute, each children has a view who can be visible or not, I'm using position: absolute and z-index: 20 in the view styles but didn't wo...
Luis
Votes: 0
Answers: 1
How to solve 'Tried to get frame for out of range index NaN' - React native flatlist?
here below is the code which was used, on open this page then it appears that 'Tried to get frame for out of range index NaN'.
I don't understand where I got the issues. Please help.
import {FlatList}...
John Ocean
Votes: 0
Answers: 1
React native Flatlist doesn't scroll
I have an weather app in react native that uses react-native-app-intro-slider that is basically a vertical FlatList. This is my App render
return (
<AppIntroSlider style = {{backgroundColor:'#4c669...
m3k_1
Votes: 0
Answers: 2