react-native-template-allmax
Version:
React native template with navigation, redux, redux-saga, eslit, flow, reactotron
18 lines (16 loc) • 360 B
JavaScript
// @flow
export type Strings = {|
login: {|
headerTitle: string,
|},
main: {|
headerTitle: string,
booksButtonTitle: string,
|},
books: {|
headerTitle: string,
getAvaliableTitle: (avaliableCount: number) => string,
getTakeButtonTitle: (count: number) => string,
getReturnButtonTitle: (count: number) => string,
|},
|};