Skip to content

Instantly share code, notes, and snippets.

@dabit3
Last active June 18, 2016 04:23
Show Gist options
  • Save dabit3/f9e0dc0c00fd7f283e89ef731954210e to your computer and use it in GitHub Desktop.
Save dabit3/f9e0dc0c00fd7f283e89ef731954210e to your computer and use it in GitHub Desktop.
React Native Navigator Experimental Part 3 - ActionTypes.js
export const PUSH_ROUTE = 'PUSH_ROUTE'
export const POP_ROUTE = 'POP_ROUTE'
export const CHANGE_TAB = 'CHANGE_TAB'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment