Skip to content

Conversation

@davidLeonardi
Copy link
Contributor

No description provided.

  `willFocus`: Emitted when a route will focus. Emits the route name as a string.
  `didFocus`: Emitted when a route did focus. Emits the route name as a string.
  `willPop`: Emitted when a route stack will be popped. Triggered by `Navigator.pop();`
  `didPop`: Emitted when a route stack did pop. Triggered by `Navigator.pop();`
  `willPush`: Emitted when a new route will be pushed to the route stack. Emits the new route object. Triggered by `Navigator.push(route);`
  `didPush`: Emitted when a new route has been pushed to the route stack. Emits the new route object. Triggered by `Navigator.push(route);`
  `willResetTo`: Emitted when the route stack will be reset to a given route. Emits the route object. Triggered by `Navigator.resetTo(route);`
  `didResetTo`: Emitted when the route stack has been reset to a given route. Emits the route object. Triggered by `Navigator.resetTo(route);`
  `willReplace`: Emitted when a route will replace the current one in the route stack. Emits the new route object. Triggered by `Navigator.reset(route);`
  `didReplace`: Emitted when a route has replaced the current one in the route stack. Emits the new route object. Triggered by `Navigator.reset(route);`
  `willPopToTop`: Emitted when the route stack will be popped to the top. Triggered by `Navigator.popToTop();`
  `didPopToTop`: Emitted when the route stack has been popped to the top. Triggered by `Navigator.popToTop();`
@johannhof
Copy link
Contributor

You're duplicating a lot of commits in this and #41, please squash your commits, it's hard to see the difference between the two pull requests :)

@davidLeonardi
Copy link
Contributor Author

I'm really not sure how to do that... ?

@davidLeonardi davidLeonardi deleted the docs branch February 19, 2016 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants