sibs-projects/react-native-redux-saga

Actions.main

shukerullah opened this issue · 1 comments

sagas/init.js #14

if (isAuthenticated) {
 yield call(Actions.main); // Why are you using Actions.main here when you have home screen only?
}

this code was part of another project, so I missed to remove this code

it does take you from login screen to main screen if you are authenticated