navigator-redux icon indicating copy to clipboard operation
navigator-redux copied to clipboard

Navigator for React-Native, driven by redux

Results 2 navigator-redux issues
Sort by recently updated
recently updated
newest added

### Navigator Methods - [ ] `getCurrentRoutes()` - returns the current list of routes - [ ] `jumpBack()` - Jump backward without unmounting the current scene - [ ] `jumpForward()`...

## API Each view in the stack, while rendered, will receive a `nav` property with `index`, `stack` and `actions`. - **index** {Number}. Used to track your navigation stack position -...