You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh true. There is a spacing (10 units default) that is applied the to the grid - between the items and outside. Internally this is a padding/margin at the top of container and ListHeaderComponents is getting rendered inside.
I will look in to this and see what can be done, without affecting other stuffs.
I have this code that uses
FlatGrid
componentIt renders like this
not sure why that spaces were added. but it's not appear when i change it to
FlatList
The text was updated successfully, but these errors were encountered: