-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat/design): use one big SectionList to scroll all manga
- each Manga List is just its own section - tried to do this with manual styles a number of times in the past, but couldn't get it to work - then today I looked it up a bit differently and found out about SectionList! - the big issue with the old design was that it wouldn't fit more than like 1 row in the Search and Favorites sections, but fit like 5 in Latest, despite the former sections being more important - it's also a little unintuitive to be able to scroll each section separately - with this design, it's possible that one section ends up taking up the whole screen, which I think is a better problem and can be handled the way YouTube or Netflix does it (e.g. load more button or horizontally scrolling sections) - add bg color to title text bc in iOS the section headers stick to the top when you scroll - without bg color it overlays on top of the mangas, which is hard to read and even see
- Loading branch information
Showing
2 changed files
with
44 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters