react-native-starter icon indicating copy to clipboard operation
react-native-starter copied to clipboard

userActionCreators.submitLogin

Open flexgrip opened this issue 6 years ago • 0 comments

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.

flexgrip avatar Jun 24 '19 06:06 flexgrip