jmurzy/react-router-native

question to router

Eightyplus opened this issue · 3 comments

where are the available functions on the router? Documentation?

How do I clear history? pop all?

/history/lib/Actions.js?
push/replace/pop?

The documentation for the router can be found in the react-router repository itself. One straight forward example of using the router api directly can be found in modules/Go.

That answer does not really satisfy my question, but I guess that just is what it is.