-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
I am not using either Flux or Redux.
class Main extends Component {
componentDidMount() {
Actions.Login();
}
Error line in Actions.js
72: debug("ROUTER DELEGATE PROPS:"+ router.delegate.props.dispatch)
My route definitions:
<Router hideNavBar={true}>
<Schema name="tab"
type="switch"
icon={TabIcon} />
<Route name="App"
component={App}
initial={true}
title="App"/>
<Route name="Login"
component={Login}
title="Login"
type="replace"/>
<Route name="Tabbar"
initial="{true}"
type="replace">
<Router footer={TabBar}
showNavigationBar={false}>
<Route name="Main"
schema="tab"
title="Main"
iconName={"home"}
hideNavBar={true}
component={Main}
initial={true}/>
</Router>
</Route>
</Router>
Metadata
Metadata
Assignees
Labels
No labels