aksonov / aksonov/react-native-router-flux

deep linking with react-native-router-flux v4

Open
#3,421 11 comments 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.