UNPKG

@wolf-tp/react-native-boilerplate

Version:

React Native Template

9 lines (6 loc) 206 B
import * as saga from '@saga'; import { all } from '@typed-redux-saga'; const listSaga = Object.values(saga).map(saga => saga()); export const rootSaga = function* rootSaga() { yield* all(listSaga); };