nandorojo / solito

🧍‍♂️ React Native + Next.js, unified.
https://solito.dev
MIT License
3.54k stars 180 forks source link

is deep linking supported by this package? #53

Closed louisholley closed 2 years ago

louisholley commented 2 years ago

hey - we're starting a new cross-platform project soon and solito looks perfect for the job! I noticed that the deep linking section on the docs is just a placeholder, is that because this isn't possible yet or that it's just not documented yet? we'll definitely need deep linking capabilities which is why I'm enquiring before we get started

thanks so much!

nandorojo commented 2 years ago

yes, it is possible! just follow the guide on react navigation’s docs for linking, and then configure your app for universal linking. you’ll need to add a file to your next.js app, referenced as the apple app site association.

louisholley commented 2 years ago

amazing, thanks so much @nandorojo !

nandorojo commented 2 years ago

I wrote up the guide here.

louisholley commented 2 years ago

you hero, thank you @nandorojo !!