## Summary Add a reusable mobile component for rendering a platform link tile in `apps/mobile/src/components/ProfileLink.tsx`. ## Tasks - [ ] create `ProfileLink.tsx` with props: `platform`, `username`, `url`, `onPress`. - [ ] render icon, platform name, username, and chevron. - [ ] use `TouchableOpacity` from `react-native`. - [ ] include styles consistent with existing theme. ## Acceptance Criteria - [ ] component compiles and can be used from `LinksScreen`. - [ ] add component docs in code comments.
Summary
Add a reusable mobile component for rendering a platform link tile in
apps/mobile/src/components/ProfileLink.tsx.Tasks
ProfileLink.tsxwith props:platform,username,url,onPress.TouchableOpacityfromreact-native.Acceptance Criteria
LinksScreen.