sibs-projects / react-native-redux-saga

Just a starter code to use redux and react-native with Login
178 stars 45 forks source link

Actions.main #8

Closed shukerullah closed 7 years ago

shukerullah commented 7 years ago

sagas/init.js #14

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

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