Skip to content

Instantly share code, notes, and snippets.

@GuilhermeLis
Created November 20, 2020 14:15
Show Gist options
  • Save GuilhermeLis/a280d3f0fc0576180144c147e2af4714 to your computer and use it in GitHub Desktop.
Save GuilhermeLis/a280d3f0fc0576180144c147e2af4714 to your computer and use it in GitHub Desktop.
File from the Redux with AsyncStorage
import { combineReducers } from 'redux';
import { reducer as auth } from './auth/ducks';
export default combineReducers({
auth,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment