React Native Navigation Priority: P0 (CRITICAL) Use React Navigation (official solution). Build Type-Safe Navigation Stacks - Architecture : Use Native Stack ( ) by default for native performance. Only use JS Stack for custom transitions. - Typing : Use for screens. for nested Navigators. See deep linking reference for typed param lists and stack navigator setup. Configure Deep Linking - Deep Linking : Use prefix arrays in config. Validate Universal Links (iOS) and App Links (Android) . Handle unrecognized paths with 404 screen. See deep linking reference for linking configuration with prefix…