UNPKG

react-native-template-allmax

Version:

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

8 lines (5 loc) 126 B
// @flow import type { OnAppStart } from '~/types'; export type ConnectingActionCreators = {| onAppStart: OnAppStart, |};