Problem
No skeleton screens while data loads.
Context
Users see blank screens or spinners, which feels slow.
Proposed Solution
Add skeletons:
- Create Skeleton components
- Add to HomeScreen
- Add to detail screens
- Use shimmer animation
Acceptance Criteria
Technical Notes
Library: react-native-shimmer or custom
Files: Screen components
Constraints
- Match final component shapes
- Consider battery impact
- Handle fast loads gracefully
Problem
No skeleton screens while data loads.
Context
Users see blank screens or spinners, which feels slow.
Proposed Solution
Add skeletons:
Acceptance Criteria
Technical Notes
Library: react-native-shimmer or custom
Files: Screen components
Constraints