UNPKG

react-native-template-allmax

Version:

React native template with navigation, redux, redux-saga, eslit, flow, reactotron

9 lines (7 loc) 125 B
/** * Created by Bardiaswift * * @flow */ export const SET_APP = 'App/SET'; export const ON_APP_START = 'App/ON_START';