UNPKG

react-native-template-agile-rn

Version:

<h3 align="center"> <b>Agile RN</b> is a <b>React Native ⚛ template</b> that was created to <i>speed up project start-up</i> as well as make <i>app development easier</i>. <h3>

8 lines (5 loc) 123 B
import { combineReducers } from 'redux'; import auth from './auth/reducer'; export default combineReducers({ auth, });