Skip to content
Discussion options

You must be logged in to vote

Your library handles having an header?

Since my library is not implemented on top of the FlatList or other list, you can have anything, like header, footer, etc. You can just render all the stuff inside a single ScrollView like this:

<ScrollView>
  <HeaderComponent />
  <Sortable.Grid ... />
</ScrollView>

Does it support item deletion too?

Yes, it supports any kind of content change, addition, removal, order change.


But keep in mind, that it renders all items at once without any batching (which is normally performed while using virtualized lists like a FlatList), so this library might not be a good solution if you want to render a lot of items for reordering.

Here are some examples t…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@Daavidaviid
Comment options

@MatiPl01
Comment options

Answer selected by Daavidaviid
Comment options

You must be logged in to vote
4 replies
@MatiPl01
Comment options

@Daavidaviid
Comment options

@Daavidaviid
Comment options

@MatiPl01
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants