-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize media library handling and photo grid rendering in Expo app
* ♻️ optimize photo grid performance with memoization and image caching The commit improves performance by: - Adding memoization for grid items and layout calculations - Implementing FlatList performance optimizations - Enhancing image caching and transition settings - Adding photo prefetching * ♻️ refactor(media): improve media library hook with better error handling and DRY * ♻️ refactor(PhotoGrid): improve grid layout with consistent spacing and gaps * ✨ feat: enhance photo grid and capture button UI components The commit improves the UI by fixing the capture button position, adjusting its styling, and optimizing the photo grid layout with proper bottom padding and TypeScript types
- Loading branch information
1 parent
78b83c6
commit 9f281ee
Showing
5 changed files
with
181 additions
and
134 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
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
Oops, something went wrong.