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) 145 B
import { all } from 'redux-saga/effects'; import auth from './auth/sagas'; export default function* rootSaga() { return yield all([auth]); }