This directory contains code from Point-Free Episode: Composable Navigation: Destinations
While we just tackled drill-down navigation, sadly the API we used was deprecated in iOS 16. Let’s get things working with the new
navigationDestination
view modifier, and see what testing in the Composable Architecture has to say about navigation.