How do you create paths in the PWA exported site?

Please provide the following:

  1. SDK Version: 47
  2. Platforms(Android/iOS/web/all): Web

When you run a web version of your app using this command:
yarn expo start --web

It gives you a site that has no distinct paths to sections of the app. So for instance I have a profile section but there is no way to link directly to it. I would like to be able to link to parts of my app like this https://mysite.com/user2432 or https://mysite.com/post4234

By default the path is always root even when you change to a new section.

Is this possible?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.