Search code examples
reactjsreact-nativeqr-code

How do I create a QR code scanner that goes to a particular screen in my app


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


Solution

  • Use Deeplinking

    this link :

    instagram:// in iOS this will open instagram app