You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project contains components that are currently under active development and considered experimental. If it is something you can debug and fix, please consider submitting a pull request instead!
Version
Dependency
Version
react-router-native
2.0.0-beta.0
react-router
3.0.0
react-native
0.37.0
Expected Behavior
First of all, thank you for creating this library and sharing with the community.
We are migrating from the react-router-native-flux library. I have an IndexRoute in a TabsRoute that sets the initial active route, similar to an IndexRedirect from react-router.
This project contains components that are currently under active development and considered experimental. If it is something you can debug and fix, please consider submitting a pull request instead!
Version
Expected Behavior
First of all, thank you for creating this library and sharing with the community.
We are migrating from the
react-router-native-flux
library. I have an IndexRoute in a TabsRoute that sets the initial active route, similar to anIndexRedirect
from react-router.The
IndexRoute
definition is working just fine, except I am seeing a warning:Actual Behavior
I believe an IndexRoute should continue to work in this configuration, but with no warning.
Steps to Reproduce
See router configuration above.
The text was updated successfully, but these errors were encountered: