UNPKG

react-native-template-allmax

Version:

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

16 lines (12 loc) 229 B
/** * Created by Bardiaswift * * @flow */ import { combineReducers } from 'redux'; import app from '~/modules/app/reducer'; import books from '~/modules/books/reducer'; export default combineReducers({ app, books, });