Skip to content

Instantly share code, notes, and snippets.

@dabit3
Created June 18, 2016 04:40
Show Gist options
  • Save dabit3/993e38be45165d38cadecfde0f7a6bec to your computer and use it in GitHub Desktop.
Save dabit3/993e38be45165d38cadecfde0f7a6bec to your computer and use it in GitHub Desktop.
React Native Navigator Experimental Part 3 - app/reducers/index.js
import { combineReducers } from 'redux'
import navReducer from './navReducer'
import tabReducer from './tabReducer'
const rootReducer = combineReducers({
tabReducer,
navReducer
})
export default rootReducer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment