Navigation Debugger
Installation
SKILL.md
Navigation Debugger
Fix navigation bugs in Leavn:
-
Check notification handling:
- Search for notification name in ContentView
- Verify .onReceive() handlers exist
- Check AppCoordinator navigation methods
-
Common Leavn patterns:
// Post navigation NotificationCenter.default.post( name: .OpenBibleReference, userInfo: ["book": "Genesis", "chapter": 1] )