many texts component beside each wrapping in Flatlist #19540
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
I have an array every item in the array have a text and button URL I want to add this texts beside each other Using flatlist this is my code
#Actual behavior
#Expected behavior
all texts beside each other (first two lines filled with text as I expect)
Flatlist code
<FlatList data={data.ayahs} keyExtractor={(item, index) => index.toString()} numColumns= '4' columnWrapperStyle={{ flexWrap: 'wrap', flex: 1}} renderItem={this._renderItem.bind(this)} contentContainerStyle= {{justifyContent: 'center'}} />
The text was updated successfully, but these errors were encountered: