Linking to Stories
It is common to use an external deeplink, like from a push notification, to navigate a user directly to a specific Story.
To enable this, update your existing deeplink handler to extract the post ID from the link and pass it into the story display component (see Displaying a Story).
We recommend establishing a convention to easily identify which links should be processed as stories. For example, you could pass all links in the format of /story/:post-id to the part of your app that manages displaying stories.
Did this answer your question?
