Skip to content

Instantly share code, notes, and snippets.

@dabit3
Last active June 17, 2016 14:50
Show Gist options
  • Save dabit3/dcbf494dfda03e7c591373437fe9e05b to your computer and use it in GitHub Desktop.
Save dabit3/dcbf494dfda03e7c591373437fe9e05b to your computer and use it in GitHub Desktop.
React Native Navigator Experimental Part 2 — Implementing Redux ActionTypes.js
export const PUSH_ROUTE = 'PUSH_ROUTE'
export const POP_ROUTE = 'POP_ROUTE'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment