I had a serious layout issue when using this where the content (emojis) would not scroll vertically. I had to copy everything locally and add alignItems: 'flex-start' to the container style. This seems to jive with the note added in the flexWrap docs.
Thanks for this great component.
I had a serious layout issue when using this where the content (emojis) would not scroll vertically. I had to copy everything locally and add
alignItems: 'flex-start'
to thecontainer
style. This seems to jive with the note added in the flexWrap docs.