Skip to content

Instantly share code, notes, and snippets.

@kumarks1122
Created January 15, 2019 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kumarks1122/fbe211a67d7ab675ae701582fd33a81d to your computer and use it in GitHub Desktop.
Save kumarks1122/fbe211a67d7ab675ae701582fd33a81d to your computer and use it in GitHub Desktop.
React-Native and Redux Basics - Medium post
import { combineReducers } from 'redux';
import home from './reducers/home'
import profile from './reducers/profile'
export default combineReducers({ profile })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment