Skip to content

Instantly share code, notes, and snippets.

@dabit3
Created June 17, 2016 14:54
Show Gist options
  • Save dabit3/39ebfbf31d5770a1360bf4e1d7325a22 to your computer and use it in GitHub Desktop.
Save dabit3/39ebfbf31d5770a1360bf4e1d7325a22 to your computer and use it in GitHub Desktop.
React Native Navigator Experimental Part 2 — Implementing Redux reducers/index.js
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