Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. import { Stack } from '../router/stack/navigationConfiguration';
  2. import { Drawer } from '../router/drawer/navigationConfiguration';
  3.  
  4. export function stack(state, action) {
  5. return Stack.router.getStateForAction(action, state);
  6. }
  7.  
  8. export function drawer(state, action) {
  9. return Drawer.router.getStateForAction(action, state);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement