Skip to content

Auth redux, Boot/SignIn screens

Milan John Paul Digiuseppe requested to merge milan/login-screen into master
  • Added auth redux state (userToken, isLoading)
  • restructured navigation, added BootScreen and LoginScreen

on app load show BootScreen while checking for userToken in local storage. If not found, show LoginScreen. If token found, navigate to main app

Merge request reports