Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This document outlines the core technologies, coding principles, and structural guidelines for developing this application. Its purpose is to ensure consistency, maintainability, and adherence to best practices.
Sign in to like and favorite skills
This document outlines the core technologies, coding principles, and structural guidelines for developing this application. Its purpose is to ensure consistency, maintainability, and adherence to best practices.
@react-navigation/bottom-tabs.@react-navigation/native with Stack from expo-router.StyleSheet.create for new styles where Tailwind can be applied.shadcn/ui library for common UI elements. These components are pre-styled with Tailwind CSS.shadcn/ui, create a new, small, and focused component in src/components/.IconSymbol component (which abstracts expo-symbols for iOS and @expo/vector-icons for Android/Web) for all icons.react-native-reanimated for fluid performance.expo-haptics for tactile feedback.expo-web-browser for opening external URLs.expo-image for optimized image loading and display.expo-blur when a blur effect is needed.src/ directory.src/pages/.src/components/. Each new component must have its own file.src/integrations/supabase/client.ts.src/pages, src/components) must be all lower-case. File names may use mixed-case.SELECT, INSERT, UPDATE, and DELETE operations to ensure data security.supabase/functions directory. Do not import code from other project files into Edge Functions.