Add custom app icons and fix bottom navigation safe area - #19
Closed
stackedPenguin wants to merge 1 commit into
Closed
Add custom app icons and fix bottom navigation safe area#19stackedPenguin wants to merge 1 commit into
stackedPenguin wants to merge 1 commit into
Conversation
- Add custom launcher icons from AppIcons source - Added ic_launcher.png and ic_launcher_round.png for all densities - Removed adaptive icon XMLs and webp files to use PNG icons directly - Replace safe area context with updated version - Installed react-native-safe-area-context from @AppAndFlow/react-native-safe-area-context - Implemented useSafeAreaInsets hook in bottom navigation - Fixed bottom tab bar overlapping with system UI on devices with gesture navigation - Update .gitignore to track app icon resources - Configured selective tracking of android/app/src/main/res/mipmap-*/ directories - Ensures custom app icons are version controlled 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Collaborator
Author
|
Will include in next PR |
stackedPenguin
pushed a commit
that referenced
this pull request
Nov 17, 2025
Merged changes from feat/add-custom-app-icons-fix-safe-area: - Added custom launcher icons (PNG format) for all density variants - Upgraded safe area context package for better bottom navigation handling - Updated .gitignore to track both AndroidManifest.xml and app icons Resolved conflicts in .gitignore by combining both approaches: - Track AndroidManifest.xml for cleartext traffic configuration - Track mipmap-*/ directories for custom app icons
6 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes Made
App Icons
ic_launcher.pngandic_launcher_round.pngfor all densities (hdpi, mdpi, xhdpi, xxhdpi, xxxhdpi)android/app/src/main/res/mipmap-*/directoriesSafe Area Context Fix
react-native-safe-area-contextwith updated version from @AppAndFlow/react-native-safe-area-contextuseSafeAreaInsetshook in AppContent componentTesting
🤖 Generated with Claude Code