You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update icon examples to match codebase patterns
Updated web platform support guide to reflect actual icon handling patterns used in the example app:
- Show Platform.OS conditional for iOS SF Symbols vs Android/web PNG assets
- Use require() for PNG/SVG files instead of icon component libraries
- Add focused/unfocused icon pattern example
- Remove icon library examples in favor of image asset approach
- Demonstrate cross-platform pattern that works on iOS, Android, and web
This matches the patterns in apps/example/src/Examples/ directory.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments