Kind-of-Bug: Linking.makeURL()

I noticed that Linking.makeURL(), for standalone apps, is determining the url based on the app.json of the last Over-the-air build, rather than the app.json that built the binary. for this reason, if you change the scheme key in app.json between over-the-air updates, linking will break down.

Most of the time, if you built a binary, you will want the link to be anchored to that scheme. Is it at all possible to change this behaviour ? I know it’s probably hard.

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