CDChe dilasSep 22, 2018
Hi, i have a little problem with react-native and node.js auth and when i try computing data it return with an (possible unhandled promise rejection (id: 1) typeerror: undefined is not an object (evaluating '_app store.dispatch')))
here is the registeration and the problem seems to be from the mobile: string. any one who can help please. let registerUser = (firstname, surname, nin, mobile, password,) => { return new Promise((res, rej) => { if (!firstname || !surnam...
Join discussion