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

[Style] flexWrap: 'wrap' in a Navigator will cause crash #1644

Closed
magicismight opened this issue Jun 17, 2015 · 7 comments
Closed

[Style] flexWrap: 'wrap' in a Navigator will cause crash #1644

magicismight opened this issue Jun 17, 2015 · 7 comments
Assignees
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@magicismight
Copy link
Contributor

View in a Navigator with the style below will cause app crashed when the Navigator route changes

{
    flexDirection: 'row',
    flexWrap: 'wrap'
}
@magicismight
Copy link
Contributor Author

If the outside container of this flexWrap: 'wrap' element doesn`t have a width.
It will crash.But if give the outside container a width style,It works fine.

@jsierles
Copy link
Contributor

Duplicate of #1378

Hopefully this will be fixed soon with a new import of the css-layout package.

@brentvatne
Copy link
Collaborator

@vjeux - I think we need to update css-layout

@everfire130
Copy link
Contributor

I met the same problem.

@joel100
Copy link

joel100 commented Jul 26, 2015

+1 for fixing this. I just ran into this in both 0.7 and 0.8

@browniefed
Copy link
Contributor

@brentvatne this is fixed.

@ide ide closed this as completed Sep 13, 2015
@ide
Copy link
Contributor

ide commented Sep 13, 2015

Fixed in 0.10.

@facebook facebook locked as resolved and limited conversation to collaborators Jul 22, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

9 participants