aksonov / aksonov/react-native-router-flux
deep linking with react-native-router-flux v4
- Dominant language
- JavaScript
- Stars
- 8.9k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
-->
- react-native-router-flux v4.0.6
- react v16.4.2
- react-native v0.55.4
### Expected behaviour
I am trying to implement the deep linking in my react-native app and used the **uriPrefix={"https://google.com"}** and **path='/homeTry'** in my scene to some path. On typing some url eg: **"https://google.com/homeTry" in browser** should open my application.
### Actual behaviour
Nothing is happening on typing the url in my emulator's browser.
### Steps to reproduce
1. Run the application using react-native run-android
2. open the emulator brower, type the following link https://google.com/homeTry
Here's my router
>
>
>
Am I missing something, I have tried everything mentioned in the documentation and also tried running the example provided in this repository. But unable to find success. Help me out.
Contributor guide
Assessment
This issue has not been assessed yet.