Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Navigator] Pass route into onItemRef
Summary: The index alone isn't so useful; pass the route as well. (I am using this to implement componentWill/DidFocus in a library instead of onWill/DidFocus; #1153). Closes #1154 Github Author: James Ide <[email protected]> @public Test Plan: Set up a navigator with a couple of scenes, and see that when onItemRef is called for each one, the route is passed in as the third argument.
- Loading branch information