Skip to content

many texts component beside each wrapping in Flatlist #19540

Description

@elbadrawy

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

flat 1

#Expected behavior
all texts beside each other (first two lines filled with text as I expect)
qurdddan 1

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'}} />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Ran CommandsOne of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions