python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
react native flatlist render an extra row at the bottom
Flatlist rendered 4 rows but the data variable only have 3 objects
Array items:
const data = [
{ type: 250, amount: 2, points: 150 },
{ type: 250, amount: 2, points: 150 },
{ type: 2...
Sang
Votes: 0
Answers: 1
React Native Firebase trying to show images from Firebase Storage
Once I enter in the following code I receive back two different URLs for two different images within the /Images folder. I wish to display both of these but can't seem to do so in a flatlist.
Here is ...

Ben
Votes: 0
Answers: 1
React native flatlist return only one item from firestore
I'm new with react native.
I'm using a flatlist to render data from firebase (v9).
Everything works well, there isn't any error but, the list show only one item.
After searching on differents topic, I...
Yam Re
Votes: 0
Answers: 1
In NativeBase, how can I avoid inline styling props of component and write it separately and then pass it
I am just trying to write a clean code and avoid lots thing in same tag. For example: Text and Box component have could have so many styling props, So is there any way I can write it separately and th...
Vin
Votes: 0
Answers: 3