manyuanrong / manyuanrong/react-native-masonry-layout
Masonary as an item of SectionList
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 89
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I would like to use masonary as an item of SectionList. However, I need to define `listKey={(item, index) => 'A' + index.toString()}` to the Column object's Flatlist in order to use it as a child of SectionList. Could you please make a development for it. Because, I don't want to intervene the library in order to get updates.
Thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the repository's masonry component implementation and locating the Column object's FlatList usage. Reproduce the reported need to use the component inside SectionList, then verify the behavior without requiring users to modify the library; no specific files or tests are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100