UNPKG

react-native-template-allmax

Version:

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

8 lines (4 loc) 240 B
// @flow import type { NavigationStackScreenOptions, NavigationScreenProp } from 'react-navigation'; export type StackNavigationOptions = $Shape<NavigationStackScreenOptions>; export type Navigation<State> = NavigationScreenProp<State>;