Navigating/showing a view after a user taps on a local notification

You can have your AppDelegate send an action to a view store:

let viewStore = ViewStore(store)
viewStore.send(.notificationCompleted)