I'm trying to make an instant-app with a navigation-drawer placed in the base feature and each item should launch an url intent to its own feature module.
How can make url intents that launches a feature with the navigation drawer thats placed in the base feature present?
App
Instantapp
Base feature
- navigation drawer
Feature 1
- activity or fragment
Feature 2
- activity or fragment