-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
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'}} />
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.