Last active
June 17, 2016 14:50
-
-
Save dabit3/dcbf494dfda03e7c591373437fe9e05b to your computer and use it in GitHub Desktop.
React Native Navigator Experimental Part 2 — Implementing Redux ActionTypes.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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