react-native-starter
react-native-starter copied to clipboard
userActionCreators.submitLogin
Hello,
I'm trying to enable login. I see you've got dispatch(userActionCreators.submitLogin(email, password)) commented out. I assumed that would be the entrypoint for dispatching login.
However, the only reference to userActionCreators in the entire repo is Login.js.
How would you go about enabling the login page? I can see all of the api calls and everything are already setup. I just don't understand how you intended this to be used, and I don't want to step outside of the paradigm you've setup.
Any help would be appreciated. Examples too. I'm fairly new to RN.