## Summary Add an in-app link button in `apps/mobile/src/screens/SettingsScreen.tsx` that opens mail composer or in-app web page for bug report. ## Tasks - [ ] add button with text 'Report an issue'. - [ ] open `mailto:support@devcard.dev?subject=Bug%20Report` on press using `Linking.openURL`. - [ ] add short description text about what to include in report. ## Acceptance Criteria - [ ] feature renders and action triggers, no app crash. - [ ] adds clear contributor-friendly help path.
Summary
Add an in-app link button in
apps/mobile/src/screens/SettingsScreen.tsxthat opens mail composer or in-app web page for bug report.Tasks
mailto:support@devcard.dev?subject=Bug%20Reporton press usingLinking.openURL.Acceptance Criteria