UNPKG

react-native-template-everywhere

Version:

react-native template to target multiple platforms.

4 lines (3 loc) 205 B
// This file serves as a common location for all your action constants export const SOMETHING_HAPPENED_SUCCESSFULLY = "SOMETHING_HAPPENED_SUCCESSFULLY"; export const SOMETHING_FAILED = "SOMETHING_FAILED";