Can anyone give me an example of successfully using Expo.Linking to open a specific screen inside their app?

Hello I’m using the exact code from Linking - Expo Documentation and I’m unable to specify any path into my app besides the root component. When I send a path to specific screen like Linking.makeUrl(‘screens/coolscreen’, { hello: ‘world’, goodbye: ‘now’ }), I get something like this exp://localhost:19000/–/screens/coolscreen. What is this – being added? I can’t find any helpful examples online at all. Any tips are appreciated.

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