Created
June 17, 2016 14:54
-
-
Save dabit3/39ebfbf31d5770a1360bf4e1d7325a22 to your computer and use it in GitHub Desktop.
React Native Navigator Experimental Part 2 — Implementing Redux reducers/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { combineReducers } from 'redux' | |
import navReducer from './navReducer' | |
const rootReducer = combineReducers({ | |
navReducer | |
}) | |
export default rootReducer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment