react-everywhere/re-start

Native routing example

clipsmm opened this issue · 3 comments

How can move from one screen to another?

I have tried
js this.props.router.push('/home')

But nothing is working

The template uses react-router out of the box. You can find the documentation here. I don't think that programmatic routing is supported in their latest version.

The routing part is not very clear, they should probably include more of that in the documentation...added react-native-router-flux and it works perfectly

How do you manage your routing for the web?
I don't think react-native-router-flux will work with react-native-web.