react-navigation.github.io
react-navigation.github.io copied to clipboard
Deep linking is not working
hi, i am try to using linking concept of navigation as mention in documentation i make this code
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
- 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