React-native-router-flux: [Feature] Deep Linking Support

Created on 29 Jul 2017  路  13Comments  路  Source: aksonov/react-native-router-flux

Hello!

I've seen comments here: https://github.com/aksonov/react-native-router-flux/issues/704

Can someone add deep linking in v4?

I'll try to play around. Maybe someone already has working code?

enhancement help wanted

Most helpful comment

I need deep linking! :(

All 13 comments

Okey, I added path passing to react-navigation, but it doesn't work good. react-navigation router doesn't return any action for deep nodes, only for top level. Also it creates several pushes for some reason... You need to debug react-navigation code to make it work. Check PR above, you may open login popup using xcrun simctl openurl booted mychat://login/123, but it pushes two login screens for some reason.

Thanks!

This would be awesome.

Any updates?

Any updates on this?

I need deep linking! :(

Is there any workaround for deep link while we wait?

I used react-router. it supports deep linking

Try to use crossroads follow this: http://ihor.burlachenko.com/deep-linking-with-react-native/. I was try it with v4 and it works well. Hope it help.

@willymulyana the link is broken

Hi @jasongrishkoff have you tried to send the URL via email or SMS and close the app (iOS swipe up) What happens when you click the link? Will it just open the app or open the app and go to the "Hello World" scene?

Was this page helpful?
0 / 5 - 0 ratings