UNPKG

react-native-template-lroman

Version:

react-native template to target multiple platforms.

11 lines (9 loc) 238 B
/** * Created by amoghbanta on 04/02/17. */ import {combineReducers} from "redux"; import SampleReducer from "./sampleReducer"; //this is the list of final reducers export default combineReducers({ sampleReducer: SampleReducer, })