mobile: add 'Report Bug' action to `SettingsScreen`
#14 · TypeScript · ★ 37 · Apache-2.0 · updated 3mo ago
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…