design system overhaul: migrate to NativeWind/Tailwind#30
Open
stephenhungg wants to merge 2 commits into
Open
Conversation
- set up nativewind infrastructure (metro.config, tailwind.config, babel, global.css) - convert all pages and components from StyleSheet to className syntax - replace TouchableOpacity with AnimatedPressable throughout - extract reusable components (FormInput, PickupCard, TaskCard, PageHeader, Skeleton, PickupDetailSkeleton, ProfileField, PasswordRequirements, etc.) - consolidate API error handling in config.ts (parseErrorResponse helper) - add accessibility attributes (accessibilityRole, accessibilityLabel) - replace @rneui/themed, react-native-paper with nativewind - add Inter and PlusJakartaSans font families - move date/time helpers and address formatting to shared utils - remove mock data fallbacks in pickup-details (show error state instead) - wire up real partner dropdown and submit in donation-details - add activity tab placeholder, hide my-account from tab bar - fix signup password_confirmation bug (was sending password instead of confirmPassword) - fix getPartners type safety with defensive runtime validation - fix duplicate nativewind-env.d.ts in tsconfig.json - remove dead shadows.ts, unused style files, and old component files - add vendor/ to .prettierignore and eslint ignores
keeps all shadow tinting within the semantic color system
stephenhungg
added a commit
that referenced
this pull request
Apr 10, 2026
CI's pnpm install --frozen-lockfile was failing across PRs #30, #32, #33 because pnpm-lock.yaml had react-native-svg pinned at ^15.15.3 but package.json says 15.12.1. Regenerated the lockfile so the specifier matches. Drift is pre-existing on the design-system-overhaul branch and just propagated up the stack.
stephenhungg
added a commit
that referenced
this pull request
Apr 10, 2026
CI's pnpm install --frozen-lockfile was failing across PRs #30, #32, #33 because pnpm-lock.yaml had react-native-svg pinned at ^15.15.3 but package.json says 15.12.1. Regenerated the lockfile so the specifier matches. Drift is pre-existing on the design-system-overhaul branch and just propagated up the stack.
5 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
colors.ts)FormInput,AnimatedEntry,Skeleton,PickupCard,TaskCard,PageHeader,ProfileField,ErrorBoundary,FadeTransition,ReplateLogoauthStyles.ts,typography.ts, page-specific style files)parseErrorResponsehelper and cleaner error handlingdateHelpers.tsandformatAddress.tsutilitiesneutral.900instead of raw black for semantic consistencyvendor/directoryTest plan