Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

many texts component beside each wrapping in Flatlist #19540

Closed
elbadrawy opened this issue Jun 2, 2018 · 2 comments
Closed

many texts component beside each wrapping in Flatlist #19540

elbadrawy opened this issue Jun 2, 2018 · 2 comments
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.

Comments

@elbadrawy
Copy link

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

@react-native-bot
Copy link
Collaborator

It looks like your issue may be incomplete. Are all the fields required by the Issue Template filled out?

If you believe your issue contains all the relevant information, let us know in order to have a maintainer remove the No Template label.

@react-native-bot
Copy link
Collaborator

If you are still encountering the issue described here, please open a new issue and make sure to fill out the Issue Template when doing so.

@react-native-bot react-native-bot added the Ran Commands One of our bots successfully processed a command. label Jun 5, 2018
@facebook facebook locked as resolved and limited conversation to collaborators Jun 5, 2019
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

2 participants