Im trying to build a Qr Code scanner into my app, But the way i want it to operate is... When a user scan a generated qr code it should go to a particular post on the app. of course, the generated qr code is for the post, but i dont want it to just show me the url, or data of the qr code, I want it to navigate to the page.
Something like how Expo opens your app when you use it to scan the qr code through expo.
Thanks