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>

10 lines (8 loc) 169 B
const INITIAL_STATE = {}; // auth reducer export default function auth(state = INITIAL_STATE, action) { switch (action.type) { default: return state; } }