Skip to content

Primarily cleans up unused imports across several files, improving code maintainability and reducing potential confusion#554

Merged
jamespepper81 merged 8 commits into
mainfrom
dev
Feb 10, 2026
Merged

Primarily cleans up unused imports across several files, improving code maintainability and reducing potential confusion#554
jamespepper81 merged 8 commits into
mainfrom
dev

Conversation

@jamespepper81
Copy link
Copy Markdown
Contributor

This pull request primarily cleans up unused imports across several files, improving code maintainability and reducing potential confusion for future development. The changes are straightforward and focus on removing unnecessary dependencies.

Code cleanup and maintenance:

  • app/(tabs)/index.tsx: Removed the unused TransactionListSkeleton import from SkeletonLoader to streamline component imports.
  • app/(tabs)/send.tsx: Removed the unused toast import from Toast, reducing unnecessary dependencies.
  • components/AnimatedNumber.tsx: Removed unused imports useDerivedValue and runOnJS from react-native-reanimated to keep the file tidy.
  • components/Toast.tsx: Removed the unused useRef import from React, simplifying the import statement.

jamespepper81 and others added 8 commits February 10, 2026 11:59
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Fix for Unused variable, import, function or class
Fix for Unused variable, import, function or class
Fix for Unused variable, import, function or class
Fix for Unused variable, import, function or class
@jamespepper81 jamespepper81 merged commit 92594c1 into main Feb 10, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant