Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. //Application
  2. export const SET_IS_APP_WORKING = 'SET_IS_APP_WORKING';
  3. export const SET_LANGUAGE = 'SET_LANGUAGE';
  4.  
  5. //Navigation
  6. export const NAVIGATION_NAVIGATE = 'Navigation/NAVIGATE';
  7. export const NAVIGATION_BACK = 'Navigation/BACK';
  8.  
  9. //Images actions
  10. export const SET_SEARCHED_IMAGES = 'SET_SEARCHED_IMAGES';
  11. export const SET_CURRENT_SEARCH_TAG = 'SET_CURRENT_SEARCH_TAG';
  12. export const IMAGE_UPLOADED = 'IMAGE_UPLOADED';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement