Last active
June 18, 2016 04:23
-
-
Save dabit3/f9e0dc0c00fd7f283e89ef731954210e to your computer and use it in GitHub Desktop.
React Native Navigator Experimental Part 3 - ActionTypes.js
This file contains hidden or 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' | |
export const CHANGE_TAB = 'CHANGE_TAB' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment