Fix XNT balance display and add toast notifications - #21
Merged
Conversation
- Enable cleartext HTTP traffic in AndroidManifest for API access - Add react-native-toast-message for modern notifications - Replace Alert.alert with Toast.show for better UX: - Send transaction validation errors - Clipboard copy confirmations - Wallet deletion success - Swap/Stake/Bridge placeholder messages - Update handleSendSubmit to accept parameters from SendScreen - Custom dark theme toast configuration with: - Color-coded borders (green/red/blue) - Bottom positioning with 80px offset - Dark background matching app theme
stackedPenguin
deleted the
fix/add-toast-notifications-and-xnt-balance
branch
November 17, 2025 19:46
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
This PR restores the missing XNT balance fix and toast notification features that were not included in PR #20.
Changes
Critical Bug Fixes
UI/UX Improvements
Toast Configuration
Testing
Why This PR?
PR #20 merged changes from a different branch that only included icons and screen updates, but not the critical XNT balance fix or toast notifications. This PR ensures those important features make it into master.