react-navigation.github.io icon indicating copy to clipboard operation
react-navigation.github.io copied to clipboard

Deep linking is not working

Open Kadir-prog opened this issue 2 years ago • 5 comments

hi, i am try to using linking concept of navigation as mention in documentation i make this code

image

dependencies "@react-navigation/native": "^6.0.8", "@react-navigation/native-stack": "^6.5.0", "@react-navigation/stack": "^6.2.1", "@react-navigation/bottom-tabs": "^6.3.1",

expected behavior

  1. when open app with npx uri-scheme open appname://blocked --android it should open specific mentioned screen

did i make any mistake here please help

Kadir-prog avatar Jun 02 '23 11:06 Kadir-prog